html,body 
{
background-image:
url('http://www.justpassinthru.com/bc/bc_image_galleries/pages/images/inky-caps-bg.jpg')
}

A {
    color: #90EE90;
   }
A:Hover {
               color: red;
               text-decoration : none;
		}


p {     text-indent : 1em;
           line-height:18px;
           text-align: justify; 
           padding-left : 10px;
           padding-right : 10px;
           padding-top : 5px;
           padding-bottom : 5px;
}

.skfont1 {
           font-weight : normal;
           font-size : 9pt;
           font-family : arial,helvetica;
           color : #ffffff;
           background-color : black;
           text-align : justify;
      }
.skfont2 {
           font-weight : bold;
           font-size : 10pt;
           font-family : arial,helvetica,sans-serif;
           color : #ffffff;
           background-color : black;
      }

.skfont3 {
           font-weight : normal;
           font-size : 9pt;
           font-family : arial,helvetica;
           color : #99ff99;
           background-color : black;
      }

.skfont4 {
           font-weight : normal;
           font-size : 9pt;
           font-family : verdana, arial,helvetica;
           color : #ffffff;
           background-color : black;
           text-align : justify;
      }

.skfont5 { 
            font-weight : bold;
            font-size : 24pt;  
            font-family : "comic sans ms", verdana, helvetica;
            color :  #ffcc00;
            background-color : black;
     }

.skfont6 { 
            font-weight : normal;
            font-size : 8pt;  
            font-family :  verdana, arial, helvetica;
            color :  #ffcc00;
            background-color : black;
            text-decoration : none;
      }

A {
			color: #90EE90;
		}
A:Hover {
			color: red;
                                                text-decoration : none;
		}

 body {
	margin: 10px 40px;
	padding: 0;
	font-family:  Arial, Helvetica, sans-serif;
	}
body, body code {
	font-size: small;
	}
* html body, body code{
    font-size: x-small;
    f\ont-size: small;
	}
	
code {
	color: #FFFF66;
	font-weight: 100;
	}
#nav ul{
	margin:0;
	padding:0;
	list-style: none;
	}
#nav li {
	background-image: url(""); /* This is to preload the hover state */
	background-repeat: no-repeat; 
	margin-top: 33px; /* For IE5 Mac only - reset to 0 below */
	margin-bottom: 65px; /* For IE5 Mac only - reset to 0 below */
	}
	
#nav a { /* if background is on a:link IE6 won't display properly  */
	background-image: url(""); /*can be just background */
	background-repeat: no-repeat; /* height and or width in here will stop main image change in IE5 */
	padding-top: 32px; /* For IE5 Mac only - reset to 0 below */
	padding-left: 5px; 
	padding-bottom: 32px; /* For IE5 Mac only - reset to 0 below */
	padding-right: 32px; /* For IE5 Mac only - reset to 10 below */
	color: #FFFF66;
	font-family: ariel, helvetica;
	text-align: center;
	/*height or width in here will stop main image change in IE5 Win
	luckily, line-height is OK! - hidden from IE5 Mac see below
	a must be block to display background-image in IE Win
	 - but also needs to be hidden from IE5 Mac see below */
	}

#nav a/*Comment hack to hide this from IE5 - needed to extend link over button image in IE6 */{
	height: 22px;
	}
 
#nav a:hover {
	background: url("") no-repeat; /* no background-x styles work here */
	color: red; 
	}
#nav a img {
	width: 220px; /* IE5 Win can't dynamically change size - don't use 0px to hide */
	height: 67px;
	position: absolute;
	top: 140px;
	left: 395px;
	border: 1px solid #000000; 
	visibility: hidden;
	}

 /* commented backslash hack v2 - hide rules from IE5 Mac \*/
#nav a {
	padding-top: 0; 
	padding-bottom: 0;
	padding-right: 10px; 
	display: block;
	line-height:15px;
	}	
#nav li {
      float: left;
	margin-top:0;
	margin-bottom:0;
	width: 50px;
      white-space: nowrap;
	}
/* end hack */


#nav a:hover img {
	visibility:visible;
	}
