a:link {
	color: #FF6600;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #FF6633;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #CC0000;
	text-decoration: underline;
	font-weight: bold;
}

a:active {
	color: #663300;
}
body {
	background-attachment: fixed;
	background-image: url(kep/commbkgd.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003399;
}
