a. menu { 
  text-decoration: none; 
}

a:hover   { color: #867308 }

/*
	 CSS-Tricks Example
	 by Chris Coyier
	 http://css-tricks.com
*/

* { 
    margin: 0; 
    padding: 0; 
}

html, body, #bg, #bg table, #bg td, #cont {
    height:100%;
    width:100%;
    overflow:hidden;
}

#bg { 
    position: fixed; 
}

#bg div {
    height:200%;
    left:-50%;
    position:absolute;
    top:-50%;
    width:200%;
}

#bg td {
    text-align:center;
    vertical-align:middle;
}

#bg img {
    margin:0 auto;
    min-height:50%;
    min-width:50%;
}

#cont {
    position:absolute;
    top:0;left:0;
    z-index:70;
    overflow:auto;
}

.box { 
    margin: 0 auto; 
    width: 400px;
    padding: 50px;
    background: white; 
    padding-bottom:100px;
    font: 14px/2.8 Georgia, Serif;
}

#focus-stealer      { position: absolute; left: -9999px; }

link {
  color: #000000;
}

link:active {
  color: #867308;
}

link:visited {
  color: #000000;
}


.text { font-family: Arial; font-size: 10pt }

.heading
{ 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11pt;
	font-weight: bold;
	font-variant: small-caps;
	color: #808040
}

ul
{
	font-family: Arial;
	font-size: 10pt;
	list-style-type: square; 
	margin-left: 20px;
	margin-top: 0px
}

.home
{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	margin-left: 10px

}
.home a:hover { color:#000000; text-decoration: underline}
.home a:link { color:#000000; text-decoration: none }
.home a:active { color:#000000; text-decoration: none }
.home a:visited { color:#000000; text-decoration: none }
