/* Presentation Stylesheet Clayman */ 

html {
     overflow: -moz-scrollbars-vertical;
}

body {
 	margin:20px;
 	background:white;
 	color: #333333;
	 /*text-align:center;*/
 	padding:0;
 	font-family: Arial, Verdana,Helvetica, sans-serif;
 	/*font-size:11px;*/
 	line-height:140%;
	/*scrollbar-arrow-color:#C61146; 
	scrollbar-face-color:grey;*/
 }
 
 
a:link, a:visited {
	color: black; text-decoration: none;
	font-weight: normal; 
	
}

a:hover {
	color: #FF0000; text-decoration: none;
	font-weight: normal; 
}

a:active {
	color: black; text-decoration: none;
	font-weight: normal; 
}

/*for main inner nav links*/
a.nav:link {color: black; font-size:14px; line-height: 0.45cm; font-weight: bold;}
a.nav:visited {color: black; font-size:14px; line-height: 0.45cm; font-weight: bold;} 
a.nav:hover {color: #FF0000;  font-size:14px; line-height: 0.45cm; font-weight: bold;}
a.nav:active {color: #FF0000;  font-size:14px; line-height: 0.45cm; font-weight: bold; }

