 
/* Style sheet for MontereyBayBoatCharters.com  September 2003, E. Starr */

body  /* defines font family, background color and background image */
{ 
	font-family: "Arial";
	background-color: #CCFFFF;
	background-image: url(images/Background1.gif);
}

h1	/* Main (h1) headers */
{ 
	font-family: Times New Roman;	
	font-size: 2em;
	font-weight: bold;
	text-align: center;
	margin-top: 0.0em;
	margin-bottom: 0.5em;
}


h2	/* h2 headers */
{ 
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
	margin-top: 0em;
	margin-bottom: .25em;
}


.maintext  /* Used for most of the text, left-justified */
{
	font-size: 1em;
	text-align: left;
}




.bottommenu  /* Bottom menu, smaller than main text. Uses Arial font */
{
	font-size: .75em;
	font-weight: normal;
	text-align: center;
}

.addressblock  /* Address block, smaller than main text. */
{
	font-size: .85em;
	font-weight: normal;
	text-align: center;
}

.copyright  /* Copyright notice, smaller than main text. */
{

	font-size: .75em;
	font-weight: normal;
	text-align: center;

}

/* Navigation Controls */

/* Default navigation for main text (on white background).  */

a:link { color: #000099 } /* unvisited links */

a:visited { color: #990099 } /* visited links */

a:active { color: #CC00CC } /* when link is clicked */

a:hover  {  color: #990099 } /* hover */


