BODY {
	/*background-color: #4682B4;
	*/
	font-size : x-small;
	font-weight : normal;
	color : Black;
	scrollbar-3dlight-color : Black;
	scrollbar-arrow-color : Black;
	scrollbar-base-color : #4682B4;
	scrollbar-darkshadow-color : Black;
	scrollbar-track-color :#4682B4;
	font-family : verdana;
}
A {
	font-size : x-small;
	font-weight : bold;
	color : #000090;
	text-decoration : none;
}
A:HOVER
{
	color : #3399ff;
	text-decoration: none;
}
H1 {
	font-size : medium;
	font-weight : bold;
	font-variant : small-caps;
}

P
 {
	color : Black;
	font-weight : normal;
	font-size: x-small;
}
PRE
{
	color : Black;
	font-weight : normal;
	font-size: x-small;	
	font-family : verdana;
}
TABLE
 {
	color : Black;
	font-weight : normal;
	font-size: x-small;
}
UL 
{
	color : Black;
	font-weight : normal;
	font-size: x-small;
}

.bordered {
	border-bottom-style : inset;
	border-top-style : inset;
	border-left-style : inset;
	border-right-style : inset;
	border-bottom-width :  1px;
	border-top-width :  1px;
	border-left-width :  1px;
	border-right-width :  1px;
	border-color : Black Black Black Black;
}

.Highlighted {
	color : #000050;
	font-weight : bold;
}
.Red {
	color : Maroon;
	font-size : large;
	font-weight : lighter;
	font-variant : small-caps;
	font-family : "Times New Roman", Times, serif, lucida;
}
.verysmall {
	font-size : 10px;
	font-weight : lighter;
}
.little {
	font-size : x-small;
	font-weight : lighter;
}
.bigger {
	font-size : larger;
	font-style : normal;
}
.notunderlined {
	font-size : small;
	font-weight : normal;
	color : #00008B;
	text-decoration : none;
}
