/**** what not to show ****/
a img {
border: none;
text-decoration: none;
}
#menu, #menu2, #menu3, #menu4, #menu5, #menu6 {
display: none; 
}

/**** changes the styling ****/

body, a, a:link {
background: #fff;
color: #333;
font-family: verdana,arial,helvetica,sans-serif;
font-size: 9pt;
text-decoration: none;
text-align: left;
clear: both;
}

#header, #header h1, h1 {
color: #333;
font-size: 15pt;
font-family: 'arial',helvetica,verdana,sans-serif;
font-weight:bold;
}
h1 span {
color: #999;
font-size: 15pt;
font-family: 'arial',helvetica,verdana,sans-serif;
font-weight:bold;
}

h2 {
font-size: 12pt;
font-weight: bold;
}
