body {
	background-color: #343434;
	background-image: url(bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
}
.main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000033;
}
a:link {
	color: #000033;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #000066;
	text-decoration: none;
}
a:active {
	color: #990000;
}
