
body 		
		{ 
    	color: #909090; 
       	background: #303030; 
    	font-family: Times, serif;
  		}

div.title
		{ 
		text-align: center;
		font-size: 1.5em; 	
		line-height: 2em;
    	font-family: Arial;
		color: #909090;	 
		}
  	
div.footer	
		{ 
		font-size: 0.8em;
		text-align: center;
		margin-top: 3em; 	
		margin-left: 5em;
		line-height: 2em;	 
		color: #606060;	
		} 
 		
a:link
		{ 
		color: #808080;
		} 

a:visited
		{ 
		color: #303030; 
		} 

a:active 
		{ 
		color: #3232CD; 
		}
 
