/* CSS Document */
body{
	margin-top: 0px;
	padding-top: 0px;
	margin-left: 25px;
	margin-right: 25px;
	background:#FFFFCC;
	color: #000000;
	font-size: 120%;
}
a{
	color:#000000;
}
a:link {
	color:#000000;
}
a:visited {
	color:#000000;
}
a:active {
	color:#000000;
}
#logo {
	position:relative;
	height: 130px;
	background: url("../images/logo_yellow.gif") no-repeat left top;
}


