/* CSS Document */
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin:0;
	padding:0;
	background-color:#000;
	color:#fff;
}
a {
	color:#00f;
}
a:hover {
	color:#f00;
}
#headtable {
	margin-top:40px;
}
#content {
	margin-bottom:10px;
	width:850px;
}
#footer {
	margin-bottom:20px;
}
#footer a {
	text-decoration:none;
	color:#fff;
}
#footer a:hover {
	color:#f00;
}
.roman {
	font-family:"Times New Roman", Times, serif;
}
.roman120 {
	font-family:"Times New Roman", Times, serif;
	font-size:117%; /* 12px x 1.167 = 14px */
}
.redborderpic a {
	display:table;
	border:2px solid #00f;
}

.redborderpic a:hover {
	border:2px solid #f00;
}