/*********************************************************/
/****************** plain html rules *********************/
/*********************************************************/

body {
	margin: 0; 
	padding: 0;
	background-color: #FFFFFF; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

a:link, a:visited {
	color: #006699;
	text-decoration: none;
}

a:hover, a:visited:hover {
	background-color: #F6F3E0;
  	border-bottom:1px dashed #0066FF;
  	color: #0066FF;
}

a:active {
	background-color: #F6F3E0;
  	border-bottom:1px dotted #006699;
  	color: #006699;
}

.topBar {
	font-size: 10px;
	color: #666666;
}
.body {
	font-size: 10px;
}
