html,body {
	background-color : black; 
}

p,ul,li,pre,quote {
	font-size : 100%; 
	font-family : Verdana, Arial, Helvetica, Geneva, sans-serif; 
	color : white; 
	background-color : black; 
	}

li { list-style-type: none; }

h1 {
	font-size : 200%; 
	font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;
	color : navy; 
	text-align: center;
	}

img.foot {
	border: 0;
	width: 88px;
	height: 31px;
}
 
a:link {
	color: yellow;
	text-decoration:underline;
	}

a:visited {
	color: red;
	text-decoration:underline;
	}

a:hover {
	color:green;
	text-decoration:none;
	}

#title {
	margin:0px;
	}

#rub {
	width:100%
	}

#body {
	width:70%;
	float:left
	}


#menu {
	float: right;
	width: 20%;
	margin:0px;
	margin-top: 10%;
	border: 1px solid #000000;
	padding: 1em;
	}

#logo {
	text-align: center;
	border-top : white dotted 1px ;
	padding: 1em;
	clear:both;
	}
