body {
	background-color: #CCCCCC;
	margin-top: 10px;
}

a:link {
	text-decoration: none;
	color: #FFFFFF;
}

a:hover{
	text-decoration: none;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
	color: #00549F;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.undermeny {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #6AADE4;
}
a.columlink	{
	font-family: verdana, arial;
	color: #00549F;
	font-size: 11px;
	font-weight : bold;
	text-decoration: none;
}

a.columlink:Hover{
	font-size: 11px;
	font-family: verdana, arial;
	font-weight : bold;
	text-decoration: none;
	color: #666666;
}

/* This line of code will give you a blue horizontal rule, one pixel in height: */

HR {
height: 0;
border-width: 1px 0 0 0;
border-style: solid;
border-color: #00549F;
}

