body {
	background-color: #FFFFFF;
	margin:0px;
}
.link {
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
.link a{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.link a:hover{
	color: #990000;
	text-decoration: underline;
	font-weight: bold;
}
.text {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	padding: 10px;
	text-align: justify;
}
.text a{
	color: #000000;
	font-weight:bold;
	text-decoration: none;
}
.text a:hover{
	color: #990000;
	font-weight:bold;
	text-decoration: underline;
}
.footer {
	background-color: #C0E1F3;
	height: 25px;
}
.menu {
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
	text-align:right;
	text-decoration: none;
	background-color: #FFFFFF;
	height: 32px;
	padding-right: 10px;
}
.menu a{
	color: #000000;
	text-decoration: none;
}
.menu a:hover{
	color: #445980;
	text-decoration: underline;
}