a {
	text-decoration: none;
}

a:link { 
	font-size: 12px; 
	color: #C0C0C0;
}
a:visited { 
	font-size: 12px; 
	color: #C0C0C0;
}

a:hover {
	font-size: 12px; 
	color: #00C000; 
	font-style: italic;
}

body {
	color: #908888;
	font-family: comic sans ms, arial;
	font-size: 12px;
	background-color: black;
	line-height: 14px;
}

.h5 { 
	font-size: 18px; 
	color: #00C000; 
	line-height: 20px;
	font-family: comic sans ms, arial;
}
.title {
	position: absolute;
	width: 150px;
	height: 20px;
	left: 5px;
	z-index: 10;
	font-family: comic sans ms;
	font-size: 14px;
}

.submenu {
	background-color : #373737; 
	position: absolute;
	left: 20px;
	width: 150px;
	layer-background-color: black;
	font-family: comic sans ms;
	font-size: 12px;
	visibility: hidden;
        border-top : 1px solid #908888; 
        border-left : 1px solid #908888; 
        border-right : 1px solid #908888; 
        border-bottom : 1px solid #908888; 
}

.fineprint { 
	font-size: 10px; 
}
