/**
 * You can place your custom CSS statements here
 * it is better to write everything custom here
 * because this file won't be replaced during upgrade
 * Don't forget to rename this file to "site.css"
 */
}
.content1 {
	font-family: "Times New Roman", serif;
	color: #000000;
	text-decoration: underline;
	font-size: 12px;
	line-height: normal;

}
a.content1 {
	font-family: Times New Roman, serif;
	font-size: 12px;
	color: #0000FF;
	/*line-height: 18px;*/
	text-decoration: underline;
}
a.content1:hover {
	font-family: Times New Roman, serif;
	/*font-size: 11px;*/
	color: #0000FF;
	/*line-height: 18px;*/
	/*text-decoration: normal;*/
}

	A.nav: {color:"#FFFFFF";}
	A.nav:visited {color:"#FFFFFF";}
	A.nav:hover {color:white; font-weight:bold; text-decoration:none;
}
