.main {
	background-color: #670A6A;
}
.text {
	border: thick inset #670A6A;
	vertical-align: text-top;
	padding: 10px;

}
body {
	background-color: #16001D;
	margin-top: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #C9C9C9;




}
.copy {
	font-style: italic;
	font-weight: lighter;
	color: #CCCCCC;
	text-align: center;
	font-size: 12px;


}
.top {
	background-image: url(../images/top.gif);
	background-repeat: no-repeat;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: bolder;
	border: medium double #FFFFFF;
	text-align: center;
	padding: 5px;
}
a:link {color: #FFFFFF}    
a:visited {
	color: #BF15C4;
	text-decoration: none;
}  
a:hover {color: #CC0000}   
a:active {
	color: #CC0000;
	text-decoration: none;
}   
.link {
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
}

