@charset "UTF-8";
/* CSS Document */

body {
	background-color: #333333;
	background-image: url(../images/background.gif);
	margin-top: 45px;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #F4A137;
}
