body {
	margin: 0px;
}
.menubg {
	background: #DCDEB7 url( "/wimages/layout/menubg.gif") h-repeat;
}
.content {
	font-family: arial, helvetica, sans-serif;
	color: black;
	font-size: 75%;
}
.yellow {
	color : #FFFC00;
}
td {
        color: #FFFC00;
}
.white {
	color : white;
}
a {
	color : #FFFC00;
	text-decoration:none;
}
a:hover {
	color:white;
}
a.topmenu {
	color: black;
	text-decoration: none;
}
a.topmenu:hover {
	color : #FFFC00;
}
a.bottomlink {
	color : #FFFC00;
	text-decoration: none;
}
a.bottomlink:hover {
	color : #FFFC00;
	text-decoration: underline;
}
a.colofonlink {
	color : white;
	text-decoration: none;
}
a.colofonlink:hover {
	color : white;
	text-decoration: underline;
}