@charset "utf-8";
/* CSS Document */

BODY {
background-image:url(imgs/back01.jpg);
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
margin-top:inherit;
margin-bottom:inherit;
}

GRAY {
background:#666666
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

a {
outline:none;
}