body{
background-color: #000000;
}
p{
color : White;
text-decoration : none;
font-family : "arial";
font-size : 12px;
font-weight : normal;
text-align : justify;
line-height : 18px;
}
h1 {
	color : White;
	text-decoration : none;
	font-family : "arial";
	font-size : 12px;
}
h2 {
	color : White;
	text-decoration : none;
	font-family : "arial";
	font-size : 12px;
	line-height : 15px;
	text-align : right;
}
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
position: relative;

}

#menu dt {
cursor: pointer;
}

#menu dd {
position: absolute;
z-index: 100;
left: -12em;
margin-top: -37px;
width: 12em;
background: Black;
border: 0px solid gray;
}

#menu li {
text-align: center;
font-size: 12px;

border: 1px solid gray;
}
#menu li a, #menu dt a {
color: White;
text-decoration: none;
display: block;
}

#menu li a:hover {
text-decoration: none;
background-color : #363636;
color: Red;
}
A {
	color : White;
	text-decoration : none;
	font-family : "arial";
	font-weight : bold;
	font-size : 12px;
}
A:hover {
	color: Red;
	text-decoration : none;
}