<style>
<!--



a {
	text-decoration: none;
	color: lime;
}

a:hover {
	text-decoration: none;
	color: lime;
}



table.main {
	
	
	font-family:arial;
	background-color:550000;
	color:white;
	border:1px solid black;
	width:100%;
	height:100%;
	
	
}

table.menu {
	
	color:white;
	background-color:770000;
	text-transform:lowercase;
	font-size:smaller;
	text-align:right;
	
	width:175;
	height:100%;
	
	border-right:3px dotted lime;
	border-top:3px dotted lime;
	
	
	
	
}

td {
	border:0px solid white;
	
}
td.menuoption {
	height:10;
	cursor:hand;
	
	
	
}

input.cooltextbox, textarea.cooltextbox {
	background-color:transparent;
	border: 1px solid lime;
	color: #FFFFFF;
	
	
}
-->
</style>