body {
	margin-top:0px;
	color: #FFFFFF;

	background-color:#000;
	text-align: center;
}
a {
	color: #FFFF00;
	text-decoration: none;
	font-size: small;
}
a:hover {
	color: #FFFFFF;
}

.txt{
	margin-left:20%;
	margin-right:20%;

}.indent {
	margin-right: 30%;
	margin-left: 30%;
}













ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px; /* Width of Menu Items */
	border-bottom: 1px solid #ccc;
	}

ul li {
	position: relative;
	}
	
li ul {
	position: absolute;
	left: 149px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}

/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	color: yellow;
	background: #000; /* IE6 Bug */
	padding: 5px;
	border: 1px solid #aaa;
	border-bottom: 0;
	}
	
	#links{
	position:absolute;
	top:40px;
	left:5px;
	
	
	}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

ul li a:hover { color: #E2144A; background: #f9f9f9; } /* Hover Styles */
		
li ul li a { padding: 2px 5px; } /* Sub Menu Styles */
		
li:hover ul, li.over ul { display: block; } /* The magic */
