/*
Theme Name: The Metaverse Tribune
Theme URI: Your Theme's URI
Description: Tribune.
Version: 1.0
Author: Robustus Hax
Author URI: metaverse-tribune.com
*/

@charset "utf-8";
/* CSS Document */

body
{
background: white;
}

#header {
	background: black;
	height: 20px;
	
	}
#white {
	background: white;
			}
#header1 {
	background: url("../images/header.png");
	height: 100px;
	
}
#search {
	text-align: center;
	vertical-align: middle;
	height: 100px;
	background: white;
	}
#footer {
	 background: black;
}
#footer1 {
	 background: grey;
     height: 5px;
}
.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: white;
	
}
#nav {
	background: black;
	height: 20px;
	
	}
.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: white;
}
a.menu1:link {color: white; text-decoration: none; }
a.menu1:visited {color: white; text-decoration: none; }
a.menu1:hover {color: grey; text-decoration: underline; }
a.menu1:active {color: blue; } 