
body {

SCROLLBAR-FACE-COLOR:#000000;
SCROLLBAR-SHADOW-COLOR: #325DA9; 
SCROLLBAR-ARROW-COLOR: #325DA9; 
SCROLLBAR-TRACK-COLOR: #000000;
SCROLLBAR-BASE-COLOR: #325DA9;

	background: #000000 ;
	margin: 40px 0;
	padding:0;
	color: #325DA9; 
	font-size:0.95em; 
	font-family: Georgia, Arial, Helvetica, sans-serif;
	}
	
:link { color: #325DA9;text-decoration:none; } /* for unvisited links */
:visited { color: #4C77C1;text-decoration:none; } /* for visited links */ 
:hover { color: #4C77C1;text-decoration:underline; } /* when mouse is over link */ 
:active { color: #4C77C1;text-decoration:underline; } /* when link is clicked */ 

	

.footer {
text-align: left;
font-size: .75em;
font-family: Georgia;
color: #325DA9;
margin-bottom: 0px;

 }