/* style.css */

body, table {
	margin: 0,0,0,0;
	color: DarkRed;
	font: 10pt 'times new roman';
	font-weight: bold;
}

p.title {
	font-weight:bold;
	text-decoration: underline;
	font-size: 110%;
}


div.main {
	position: absolute;
	left: 400px;
	top: 280px;
	width: 500px;
}

div.fact {
	font: 7pt verdana;
	position: absolute;
	left: 35px;
	top: 525px;
	width:300px; 
	padding:10px;
	border:1px solid DarkRed;
	background-color: #fff999;
}

a:link, a:visited  {
	color: blue;
}
a:hover {
	color: red;
}
