@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
}
body {
	background-color: #363636;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
}
#header{
	/*background-image:url(header.jpg);*/
	width:1000px;
	height:70px;
}
#body{
	/*background-image:url(body.jpg);*/
	width:800px;
}
#footer{
	/*background-image:url(footer.jpg);*/
	width:1000px;
	height:70px;
}
a:link{
	
	color:#FFF;
	text-decoration:none;

}
a:visited{
	color:#FFF;
	text-decoration:none;

}
a:hover{
	color:#bc2126;
	text-decoration:underline;
	
}
a:active{
	color:#FFF;
	text-decoration:underline;

}