body {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	background-color: #333333;
	font-size: 12px;
}
.master {
	background-color: #FFFFFF;
}

a {
	color: #3F3531;
	text-decoration: none;
}
a:hover {
	background-color: #3F3531;
	color: #FFFFFF;
	text-decoration: none;
}
.underline {
	text-decoration: underline;
}
