/*Faulconer Stylesheet*/

BODY {
background-color: #999966;
background-image: url(images/home6.jpg);
background-repeat: 
no-repeat;
background-position:
top center;
font: 10px arial;
color: #000000          }

p {font: 12px arial;color:#000000}

a:link  {font: 12px arial;color: #000000}

a:visited {font: 12px arial;color: #000000}

a:active {font: 12px arial;color: #000000}

a:hover {font:12px arial;color: #026634; font weight:bold;}



.anylinkcss{
position: absolute;
visibility: hidden;
border:1px solid black;
border-bottom-width: 0;
font:normal 8px arial;
line-height:18px;
background-color: #E9FECB;
width: 130px;
z-index: 100;
}

.anylinkcss a{
width: 100%;
display: block;
text-indent: 1px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: normal;

}

.anylinkcss a:hover{ /*hover background color*/
background-color: black;
color: white;
}
}