/* CSS for Epigenetic Robotics 09 web page */

body {
	background-color:#FFFFFF;
	font-family:Verdana,sans-serif;
	padding-top:50px;
	padding-left:50px;
	padding-right:50px;
}
		
hr {
	color:#900808; 
	height:1px;
}
		
div,p {
	font-weight:normal;
} 

ul {
	font-weight:normal;
	line-height:0.5em%;
	margin-bottom:50px;
}

h1.main {
	font-size: 150%;
	color: #900808;
	text-align:center;
}

#footer {
    text-align:center;   
    font-size:90%; 
}


