/* CSS Document */

body { margin:0px 0px 0px 0px;
       overflow-x:hidden; }

#bg { background-color:#008000; }

.htext { font-family:Arial;
         color:#fffcff;
		 font-size:12px;
		 text-decoration:none;
		 width:250px;
		 height:75px;
		 position:absolute;
		 left:800px;
		 top:40px;
		 text-align:center; }

a.menu { font-family:Verdana, Arial, Helvetica, sans-serif;
         color:#fffcff;
		 font-size:18px;
		 text-decoration:none;
		 padding-left:8px;
		 line-height:30px; }
		 
a.menu:link, a.menu:visited { text-decoration:none; }
a.menu:hover, a.menu:active { text-decoration:underline; }

