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

body {
 background-color: white;
 color: black;
 font-family: Times,

"Times New Roman",
   Garamond, serif;
}

#header{
	background:none;
}
#insideHeader, #wrapper, #footer{
	margin:0;
	left:0;
}

div.menu ul a, #search{
 display: none;
} 

a:after {
 content: " <" 
 attr(href) "> ";
 font-family: courier, monospace;
 font-weight: normal;
}
a {
 text-decoration: none;
 font-weight: bold;
 color: #626466;
} 
