@charset "utf-8";

html, body {
	height: 100%;
}

body {
	margin: 20px;
	padding: 20px;
	background: #E3E3E3;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4C4C4C;
}


#menu a {
	text-decoration: none;
	font-size: 13px;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}
#menu1 a {
	text-decoration: none;
	font-size: 13px;
	color: #FFFFFF;
}
#menu1 a:hover {text-decoration: underline;
}

a {
	text-decoration: none;
	font-size: 13px;
	color: #990000;
}
a:hover {text-decoration: underline;
}