body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	color: #CCCCCC;
	background-image: url(../images/bluesatin-2.jpg);
	margin-top: 10px;
	margin-bottom: 10px;
}

a:link 
{  	
	color: #FFFFFF;
}
a:active 
{  
	color: #FFFFFF; 
	text-decoration: none;
}
a:visited 
{  
	color: #CCCCCC;
	text-decoration: underline;
}
a:hover 
{  
	color: #CC0000;
}
a:visited:hover 
{  
	color: #CC0000;
}

.main
{
	border-style: ridge;
	border-color: #CCCCCC;
	border-width: medium;
	background-color: #000000;
}
.top 
{
	font-size: 14px;
	text-align: center;
}
.update {
	font-size: 10px;
	font-style: italic;
	text-align: right;
}
.copyright {
	font-size: 12px;
	text-align: center;
}
.menu {
	font-size: 12px;
	text-align: left;
	padding-top: 80px;
	vertical-align: top;
}
.menu > ul{
	list-style-type: none;
}
.divider {
	background-color: #091A36;
}
h1 {
	text-align: center;
}
ul {
	list-style-type: circle;
}
.text {
	vertical-align: top;
}
