/************************************************
 *
 *  Medonis Engineering CSS document
 *
 * Mark Medonis
 * Owner
 * Sole Proprietor
 * Robot Builder
 * 5/7/2008
 *
 ***********************************************/
 
h1 {
	background-color:		rgb(30, 29, 30);
}
    
p {
    font-family:	sans-serif;
    font-size:		small;
   	color:			black;
   	line-height:	1.2em;
    		
   }
    
a:link {
	color:			green;
}
	
a:visited {
	color:			#333333;
}
	
a:hover {
	background:		#f88396;
	color:			#0d5353;
}


#footer {
	font-size:		50%;
	text-align:		center;
	line-height:	normal;
	margin-top:		30px;
}