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

body {
	background-image: url(images/bg.jpg);
	padding: 10px 0 0;
	}
a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}
a:active {
	text-decoration: none;
}
div#box{
	width: 85%;
	padding: 10px;
	margin:0 auto;
    background:#666666;
}
div#box2{
	width: 85%;
	padding: 10px;
	margin:0 auto;
    background:#999999;
}
h1{
	font: lighter 200% "Trebuchet MS",Arial sans-serif;
	color: #208BE1
}
h1,p{
	margin:0;
	padding:10px 20px
}
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
}
