@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	background: url(../images/bg.jpg) repeat-y top;
	background-position: center	
}
a:link {
	text-decoration: none;
	color: #0000CC;
}
a:visited {
	color: #0000CC;
	text-decoration: none;
}
a:hover {
	color: #58B9E2;
	text-decoration: none;
}
