body {  background-color: #336699}
td {  font-family: Arial, Helvetica, sans-serif; color: #CCCCCC}
p {  font-family: Arial, Helvetica, sans-serif; color: #CCCCCC; font-size: 10pt}
a {  font-family: Arial, Helvetica, sans-serif; font-weight: bold; text-decoration: none; color: #FFFFFF; font-size: 10pt}
li {  font-size: xx-small; font-family: Arial, Helvetica, sans-serif; color: #CCCCCC}
ul {  font-family: Arial, Helvetica, sans-serif; font-size: 10pt}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #CCCCCC;
	text-decoration: underline;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-style: italic;
}
a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
#content {
	padding: 10px;
	margin-top: 5%;
	margin-right: 10%;
	margin-bottom: 5%;
	margin-left: 10%;
	background-color: #003366;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-right-style: groove;
	border-bottom-style: groove;
	border-right-color: #666666;
	border-bottom-color: #666666;
	text-align: center;
}
.rounded-corners {
     -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
}
