﻿
/* text style */
P  {}
H1  {}
H2  {}
H3  {}



/* body style */
body  {
	font-family: Arial, Verdana, sans-serif; 
	font-size: small;
	margin-top: 2px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
/* 	background: url(images/bgr.gif); */


/*	background: #8F8D75; /* IML */
/*	background: #B6B5A5; */ /* IML */
/*	background: #006f7a; */ /* IML */
/*	background: #008080; */ /* suncoastpc */
/*	background: #718e56; */ /* green */
/*	background: #006779; */ /* blue */
/*	background: #96A0AA; */ /* grey */
 	background: url(images/background.gif);  
/* 	background: url(images/bkgrd.gif);  */
/*	color: #000000; */
/* 	scrollbar-base-color: #CABA93; */
}

/* link style */
A {
  color: #8A0E17; 
  text-decoration: underline;
}

A:hover {
/*  color: #012A9C;  */
  color: #008000;
  text-decoration: underline;
}

a.menu {
	font-family: Arial, Verdana, sans-serif; 
	font-size: 11pt;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none; 
}

a.menu:hover {
	font-family: Arial, Verdana, sans-serif; 
	font-size: 11pt;
/* 	color: #FFFF99; */
	color: #f7e22f; 
	font-weight: bold;
	text-decoration: none;
}



/* link style */
a.websitedesign {
	font-family: Arial, Verdana, sans-serif; 
	font-size: 6pt;
    color: #8F8D75; 
    text-decoration: none;
}

a.websitedesign:hover {
	font-family: Arial, Verdana, sans-serif; 
	font-size: 6pt;
	color: #8F8D75;
	text-decoration: underline;
}




.main {
	font-family: Arial, Verdana, sans-serif; 
	font-size: small;
/*	color: #515043; */
	color: #000000;
}