/* Stylesheet for lakeonline.com/fishinhole */
/* fhsite.css */
/* Copyright 2004. All rights reserved. */
/* Created by TheIstudio.com.  */
/* This website has been optimized for use with multiple browsers */


BODY {
	scrollbar-base-color: #999966;
    background-color: #999933;
	font-family : Arial, Verdana, Helvetica, Trebuchet MS, Sans-serif, Times, TimesNR;
    color: #000000;
}

/* The A: tags refer to the anchors, links.  */
/* NN4 doesn't recognize Hover, but NN6 will.  */
/* IE 4 and 5, and Opera 3.6 and 4.0 recognize the hover tags. */



A:Link {
	color : #bbb648;
	font-weight : bold ;
}

A:VISITED {
	color: #aca788;
	font-weight : bold ;

}

A:hover {
   color: #ffffff;
   background: #bbb648;
}



/* above is for anchors, links */

/* header tags below */
H1 {
	font-family: Arial, Verdana, Helvetica, Trebuchet MS, Sans-serif, Times, TimesNR;
	color: #bbb648;
	padding: 0px;
	font-weight : bold ;
	font-size : 18px;
}

H2 {
	font-family: Arial, Verdana, Helvetica, Trebuchet MS, Sans-serif, Times, TimesNR;
	color: #bbb648;
	padding: 0px;
	font-weight : bold ;
    font-size : 18px;
}

H3 {
	font-family: Arial, Verdana, Helvetica, Trebuchet MS, Sans-serif, Times, TimesNR;
	color: #999900;
	font-size : 16px;
}

H4 {
	font-family: Arial, Verdana, Helvetica, Trebuchet MS, Sans-serif, Times, TimesNR;
	color: #bac5a5;
	font-size : 12px;
}
/* header tags above */

/* Main content text areas  */

/* */

TD {
	background-color: #ffffff;
	font-family : Arial, Verdana, Helvetica, Trebuchet MS, Sans-serif, Times, TimesNR;
	font-size : 13px ;
	color: #000000 ;

}li           { color: #000000 } ;

B { color: #abae71 } ;
strong { color: #cc9900 } ;