
body		{  	margin: 0px 0px 0px 0px;
        	        padding: 0px;
			background-color: #ffffff;
			background-image: url(images/background.jpg);
			color: #000000;
			font-size: 100%				}
                         	
h1		{  	font-family: georgia, times, serif;
			font-size: 125%;  
			margin: 0px 0px 15px 0px; }

h2		{  	font-family: georgia, times, serif;
			font-size: 100%; 
			margin: 20px 0px 15px 0px; 			}


p		{  	font-family: verdana, arial, helvetica, sans-serif;
			font-size: 75%; 
			line-height: 140%;
			text-align: justify;
			margin: 5px 0px 10px 0px;		}

.formTag {
	font-size: 11px; 
	font-weight: bold;
	text-align: right;
	vertical-align: top;
	color: #888;
	font-family: verdana, sans-serif;
	}

input,textarea {
	font-family: verdana, sans-serif;
	font-size: 11px;
	}

#credits	{	font-size: 10px;
			font-family: verdana, sans-serif;
			text-align: center;
			color: #fff;
			padding: 10px 5px 10px 5px;		}
				
#content {
	padding: 10px 30px 10px 30px;
	text-align: left;
	}

#menu td {
	text-align: center;
	font-size: 14px;
	font-family: arial, sans-serif;
	font-weight: bold;
	}

#onit { 
	height: 41px;
	display: block;
	text-decoration: none;
	line-height: 35px;
	color: #008000;
	}
	
#menu a { 
	height: 41px;
	display: block;
	text-decoration: none;
	line-height: 35px;
	}
	
#menu a:link {
	color: #fff;
	background-image: none;
	}
#menu a:visited {
	color: #fff;
	background-image: none;
	}
#menu a:hover {
	color: #000;
	background-image: url(images/r6-paw.png);
	background-position: top left;
	background-repeat: no-repeat;
	}
#menu a:active {
	color: #fff;
	background-image: none;
	}
	
