/* Main Style */

body {background: #660000;}
h1 {font-size:16px;}
a:link{ 
	text-decoration: underline; 
	color: #000000;
	}
a:visited {text-decoration: underline; 
	color: #000000;
	} 

a:hover, a:active { 
	text-decoration: underline;
	color: #FFFF00;
	}

.main {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	background:#666666;
	border: groove #FF0000;
	margin: auto;
	padding: 8px;
	width:438px;
	height: auto;
}
