/* MUCC CSS*/

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../official_image/official_back.gif);
	background-attachment: scroll;
	background-repeat:repeat-x;
	background-color: #000000;
}
body, th, td { 
font-size: 10px;
color: #918F74;
}
a:link {
	color: #af0b0b;
	text-decoration: none;
}

a {
	font-size: 10px;
}
a:visited {
	text-decoration: none;
	color: #CC0000;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
}
