body  {
	font-size : small;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : 500;
	color : #3399FF;
	background-color : White;
}

table {
	font-size : small;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : 500;
}  

a:link  {
	color : #3399FF;
	font-weight : bold;
}

a:active  {
	color : #FF9900;
	font-weight : bold;
}

a:visited  {
	color : #00CCFF;
	font-weight : bold;
}

a:hover  {
	color : #FF9900;
	font-weight : bold;
}

p  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : small;
	font-weight : 500;
}

h1  {
	font-size : xx-large;
	letter-spacing : 5px;
}

h2  {
        font-size : x-large;
}

h3  {
        font-size : large;
}

h4  {
        font-size : small;
}

h5  {
	font-size : x-small;
}

h6  {
	font-size : xx-small;
}

hr  {
	color : #3399FF;
}

.small  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : x-small;
	font-weight : 500;
}

.x-small  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : xx-small;
	font-weight : 500;
}

.border  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : x-small;
	font-weight : bold;
}



