@charset "utf-8";
body {
	background-color: #ffcc00;
	background-image: url();
	background-repeat: no-repeat;
}

a:link {
	color: #FF0000;
	text-decoration:none;
}
a:visited {
	color: #FF0000;
	text-decoration:none
}
a:hover {
	color: #FF0000;
	text-decoration:underline;
}
a:active {
	color: #FF0000;
	text-decoration:underline;
}
.nobold11 {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
.bold11 {
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
