/*HTML Selectors*/
body{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt; 
	font-style: normal; 
	font-weight: bold; 
	color: black; 
	background:url(/images/svvsccBG1.jpg);}
	
h1 { font-size: 32pt; color: red}
h2 { font-size: 22pt; color: navy }
h3 { font-size: 9pt; color: black }
h4 { font-size: 11pt; font-style: italic; color: black }
h5 { font-size: 6pt; color: black }
h6 { font-size: 16pt; color: navy }
/* Hypertext Links */

a {
	 color: navy;
	 font=family: Arial, Helvetica, sans-serif;
	 font-style;normal; 
	 font-weight:bold;
	 text-decoration: underline;}

a:visited {
	color: navy;
	font-family: Arial, Helvetica, sans-serif;
	font-style; bold;
	font-weight: normal:
	text-decoration: underline;}
	
a:hover {
	color: maroon;
	font=family: arial, Helvetica, sans-serif;
	font-style: normal;
	text-decoration: underline;}


a.menulink:link {
	color: navy;
	font-size: 14pt;
	font-family: Arial, Helvetic, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;}
	
a.menulink:visited {
	color: navy;
	font-size: 10pt;
	font-family: Arial, Helvetic, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;}
	
a.menulink:hover {
	color: navy;
	font-size: 10pt;
	font-family: Arial, Helvetic, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;}
	
img.noborder {
	border: 0 }

.yellow { background-color: yellow; }
.green {background-color:green}
.highlight { background-color: #cedbf4; }
.white { background-color: white; }
