.dropmenu {
   position: absolute;
   left: -1500px;
   visibility: visible;
   z-index: 101;
   float: left;
   width: 201px;

   border-width: 0px;
   border-style: solid;
   border-color: hidden;	
   background-color: hidden;
}
.dropmenu ul {
   margin: 0;
   padding: 0;
   list-style-type: none;
}
.dropmenu li {
   display: inline;
}
.dropmenu a, .dropmenu a:visited, .dropmenu a:active {
   display: block;
   width: 197px;

   padding: 2px;
   margin: 1px;
   font-family: Georgia;
   font-size: 10px;
   font-weight: normal;
   text-align: center;
   text-decoration: none;

   color: #ffffff;
   background-color: hidden;
}
.dropmenu a:hover {
   padding: 2px;
   margin: 1px;
   font-family: Georgia;
   font-size: 10px;
   font-weight: normal;
   text-align: center;
   text-decoration: none;

   color: #ea0000;
   background-color: hidden;
}

body {
	background-color: #000000;
}
a { 
	color: #800000;
}
a:hover { 
	color: #ea0000;
	text-decoration: underline;
}
div.title {
	position: absolute; 
	top: -40; 
	right: 0;
	width: 655;
	text-align: right; 
	background-color: hidden;
}
div.body {
	position: absolute; 
	top: 100px; 
	left: 300px; 
	width: 675px; 
	text-align: center; 
	background-color: hidden;
	border-style: solid;
	border-color: #800000;
	border-width: 3;
}
div.name {
	position: absolute; 
	bottom: -40;
	text-align: left; 
	background-color: hidden;
}
div.theme{
	position: absolute;
	bottom: 10;
	width: 100;
	height: 30;
	background-color: hidden;
}
div.copy{
	position: absolute;
	bottom: 10;
	right: 5;
	width: 350;
	height: 30;
	text-align: right;
	background-color: hidden;	
}
font {
	color: #ffffff;
	font-family: "Candara", sans-serif;
}
font.title {
	color: #800000;
	font-style: bold;
	font-size: 27;
	font-family: "Candara", sans-serif;
}
h1 {
	color: #800000;
	font-style: bold;
	font-size: 27;
	font-family: "Candara", sans-serif;
}