a {
	text-decoration : none;
	}
a:link { 
	color : #7f7f7f;
	}
a:visited {
	color : #7f7f7f;
	}
a:hover {
	color : #ffffff; 
	}
body {
	background-color : #000000; 
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	
	}
.menu {
	background-color : #5696C2;
	widht 150px;
	height 78px;
	
	}

.midt {
	background-color : #000000;
}
#text {
	color: #ffffff;
	font-size: 10px;

}
#text1{
	color : Black;
	font-size: 12px;
	font : bold;
	text-align: center;
}
#menutext{
	font-size: 6px;
	font : bold;
	margin-left: 20px;
	}
	
	#main{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 800px;
	height: 600px;
	margin-left: -400px;
	margin-top: -300px
	
}