body {
	background-color: #FFCC00;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../img/background2.gif);
}
.menu-link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}
.background {
	background-image: url(../img/background_white.gif);
	background-repeat: repeat-y;
}
a:hover {
	color: #FF0000;
}

