A {color : #000000; text-decoration: none;}
A:Visited {color : #000000;}
A:Hover {color : #000000;}

Body {
	margin-left : 0;
	margin-right : 0;
	margin-top : 0;
	margin-bottom : 0;
	background-color : #ffffff;
	font-family : Verdana;
}
 
.textbox {
		font-family : Verdana;
		color : #000000; 
		font-size: 10pt;
		background-color : #ffffff;
		border-style : solid;
		border-width : 3px;
		border-color : 1e90ff;
}

.thinbox {
		font-family : Verdana;
		color : #000000; 
		font-size: 10pt;
		background-color : #ffffff;
		border-style : solid;
		border-left-width : 0px;
		border-right-width : 3px;
		border-top-width : 0px;
		border-bottom-width : 0px;
		border-color : 1e90ff;
}

.plaintext {
		font-family : Verdana;
		color : #000000; 
		font-size: 10pt;
		background-color : #ffffff;
}

.bluetext {
		font-family : Verdana;
		font-size: 10pt;
}

.highlight {
		font-family : Verdana;
		color : #000000; 
		font-size: 10pt;
		background-color : #ffff99;
}

.titletext {
	padding : 5;
	background-color : #ffffff;
	font-size: 12pt;
	color: 000000;
	font-weight : bold;
}

.headtext {
	padding-top : 5;
	font-size: 10pt;
	color: 1e90ff;
	font-weight : bold;
}

.light {
	background-color : #1e90ff;
}

.dark {
	background-color : #003667;
}



