body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/purple.gif);
	color: #F8F8F8;

}
h2 {
	text-align: center;

}
a:link 
{  	
	color: #76FEA6;
}
a:active 
{  
	color: #76EFA6; 
	text-decoration: none;
}
a:visited 
{  
	color: #F8F8F8;
	text-decoration: underline;
}
a:hover 
{  
	color: #CC0000;
}
a:visited:hover 
{  
	color: #CC0000;
}
ul {
	list-style-type: circle;
	list-style-position: inside;

}
li {
	padding: 1px;
	margin-right: 1px;

}
td {
	vertical-align: top;
}
.menu {
	border-right-style: solid;
	border-right-color: #F8F8F8;

}

