body {
	height: auto;
	width: auto;
	background: #000000;
	text-align: center;
	margin: 0px 30px;
	padding: 0px;


}
div {
	font: italic bold 24px "Times New Roman";
	color: #669900;
	text-decoration: none;
	background: #663300;
}
a:link {
	color: #669900;
}
a:active {
	color: #666600;
}
a:visited {
	color: #666600;
}
a:hover {
	color: #666600;
}
