@charset "utf-8";
h1, h2 { font-family: 'trebuchet ms', verdana, arial; padding: 10px; margin: 0 }
h1 { font-size: large }

#banner { padding: 15px; background-color: #06b; color: white; font-size: large; border-bottom: 1px solid #ccc;
    background: url(bg.gif) repeat-x; text-align: center }
#banner a { color: white; }

#main { padding: 0px 0 0 15px; font-family: 'trebuchet ms', verdana, arial; font-size:9pt  }

a img { border: none; }

a:link {
	color: #009999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;color: #009999;
	
}
a:hover {
	text-decoration: none;color: #003333;
}
a:active {
	text-decoration: none;color: #009999; 
}
