<style type="text/css">

body {
	font-family: arial;
        font-color: white;
        font-size: "12pt";
}

a:link {color: #ffffff; text-decoration; }
a:active {color: #ffffff; text-decoration; }
a:visited {color: #ffffff; text-decoration; }
a:hover {color: #ffffff; text-decoration; }





ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px;
	border-bottom: 1px solid #ccc;

	}




ul li {
	position: relative;
	}




li ul {
	position: absolute;
	left: 149px;
	top: 0;
	display: none;
	}


ul li a {
	display: block;
	text-decoration: none;
	color: #fff;
	background: #990000;
	padding: 5px;
	border: 1px solid #fff;

	}


li:hover ul, li.over ul {
	display: block; }


/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */

table {
background-color: black;
font-family: arial;
font-size: 12pt;
color: white;
}

p + p {
  text-indent: 1.5em;
  margin-top : 0 }

</style>
