body{
    background-color: lightgrey;
    FONT-FAMILY:Times New Roman, Verdana, Arial, Helvetica, sans-serif;
}
A:link{
	text-decoration:none;
	color:#3333cc;
}
A:visited, a:active{
	text-decoration:none;
	color:#333399;
}
A:hover{	
	text-decoration:underline;
	color:#3333cc;
}
small{
	font-size:.7em;
}
big{
	font-size:1.17em;
}
UL LI{	
	list-style-type:square;
}
OL LI{
	list-style-type:decimal;
}
img{
	margin-top:5px;
	margin-left:10px;
	margin-right:10px;
}
.pushButton{
	background-color:Transparent;
	color:maroon;
	font-weight:bold;
}
.headerText{
	font-weight:bold;
	font-size:medium;
	color:maroon;
	text-align:center;
}
.lblText{
	color:maroon;
	border-style:none;
 	background-color:transparent;
}
.highlight