html {font-size:100%;}

body {
	background-color: #FFFFFF;
	background-image: url(images/mcb.png);
	background-repeat: no-repeat;
}
body,td,th { font-size: 0.98em; }

h1 {
    font-size: .98em;
    font-weight: bold;
	padding-bottom: 5px;
}
p {font-size: .80em;
}
	
a:link {
	text-decoration:none;
	color: #CC3300;
	font-variant:normal;
}
a:visited {
	color: #330066;
	text-decoration:none;
}
a:hover {
	color: #993300;
	text-decoration:none;
}
a:active {
	color: #CC0000;
	text-decoration:none;
	}	
