/* This style sheet created by Bill Green,
at http://www.1stsitefree.com/.
Feel free to borrow this CSS Layout. */

body {
color : black !important; 
background : white !important; 
font-family : verdana, helvetica, arial, sans-serif; 
} 
#leftpanel {
position : absolute; 
top : 100px; 
left : 120px; 
width : 124px; 
border-width : thin; 
border-style : dashed; 
color : #000000; 
border-color : #000000; 
background : #ffffcc; 
} 
#content {
position : absolute; 
top : 100px; 
padding-left : 247px; 
padding-right : 32px; 
} 
A:visited {
color : gray; 
background : transparent; 
} 
A:active {
background : yellow; 
color : red; 
} 
A:hover {
font-style : italic; 
text-decoration : underline; 
font-family : Georgia, "Times New Roman", sans-serif; 
font-weight : bold; 
color : #ff0000; 
background-color : #ffff00; 
} 
HR {
margin-left : 0; 
color : red; 
margin-right : 0; 
background : white; 
} 
#footer {
position : absolute; 
top : 670px; 
padding-left : 5px; 
padding-right : 5px; 
} 
h2 {
color : #333; 
margin-bottom : 0; 
padding : 0 0.5em 0.5em; 
background-color : transparent; 
} 

