﻿/* CSS layout */
#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#clear {
	clear: both;
}
#footer {
	color: #000000;
	clear: both;
}
a:link {
	font-size: medium;
	color: #800000;
	text-decoration: none;
}
a:hover {
	font-size: large;
	text-decoration: none;
	color: #FF0000;
}
a:visited {
	font-size: medium;
	color: #800000;
	text-decoration: none;
}

.nounderline {
	text-decoration: none;
}
.pad_all {
	padding: 15px;
}
.style4 {
	color: #FF0000;
	text-decoration: none;
}
.style5 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
	text-decoration: none;
	text-align: center;
}
.style16 {
	color: #FF0000;
	font-size: small;
}
.style17 {
	font-size: xx-small;
}
.style18 {
	color: #FF0000;
	text-decoration: none;
	font-size: xx-small;
}
</style>

