body {	background: white; 
	color: #666666;
	font-family: "georgia", serif; 
	align: center
	}
a:link {
	text-decoration: underline;
	color:#990000
	}
a:visited {
	text-decoration: underline;
	color:#990000
	}
a:hover {
	text-decoration: none;
	color:#990000
	}
h1 {	
	color: #000000;
	font-family: "calibri", "tahoma", sans-serif;
	}
h2 {	
	color: #000000;
	font-family: "calibri", "tahoma", sans-serif;
	}
h3 {	
	color: #000099;
	border: 1px solid #336633;
	padding: 5px;
	font-family: "calibri", "tahoma", sans-serif;
	font-style: italic;
	max-width: 150px;
	}
#bodyblock {
	margin-left: 15%; 
	margin-right: 15%;
	}
table {
	color: #666666; 
	font-family: "gentium", "georgia", serif; 
	}
tr {
	border: 1px dotted #0000ff;

	}
.titles {
	font-weight: bold;
	}
.alt {
	background: #f0f0ff;
	}
.bad {
	color: #ff0000;
	}
.good {
	color: #009900;
	}