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

body {
background:#05142b url(../images/bg.jpg);
background-repeat:repeat-x;
color:#ffffff;
font-size:12px;
font-family:verdana;
}
.copyright {
	font-size:10px;
}
a {
	color:#bfb079;
	text-decoration:none;
	font-family:verdana;
}
a:hover {
	text-decoration:underline;
}
a.webmaster {
	color:#992d24;
	text-decoration:none;
	font-weight:bold;
	font-size:14px;
}
a.webmaster:hover {
	text-decoration:underline;
}