
/* This is the default style sheet used by all Collin Park Marina pages */

body { background-color: #ffffff }

/* Links */

A:link    { color: #000099; font-weight: bold }
A:active  { color: #CC0099; font-weight: bold }
A:visited { color: #CC0000; font-weight: bold }

A.buttons:link    { color: #FFFFFF; font-weight: bold }
A.buttons:visited { color: #FFFF99; font-weight: bold }

A.H3:link    { color: #CC0000; font-weight: bold }
A.H3:visited { color: #CC0000; font-weight: bold }

/* Text */

* { font-size: 100%; } 

body, table { color: #000099; font-family: Arial, Helvetica, sans-serif; font-size: 12px }
p, th, td {color: #000099; font-family: Arial, Helvetica, sans-serif; font-size: 12px }
ul, ol {color: #CC0000; font-family: Arial, Helvetica, sans-serif; font-size: 12px }

H1, H2, H3, H4, H5, H6 { font-family: Arial, Helvetica, sans-serif }
H1 { font-size: 24px; color: #CC0000; font-weight: bold }
H2 { font-size: 20px; color: #000099; font-weight: bold }
H3 { font-size: 20px; color: #CC0000; font-weight: bold }
H4 { font-size: 16px; color: #000099; font-weight: bold }
H5 { font-size: 16px;  color: #CC0000; font-weight: bold }
H6 { font-size: 12px; color: #CC0000; font-weight: medium }

.buttons {
	font-size: 13px; 
	background-images: none; 
	word-spacing: 0.2em; 
	line-height: 16px;
	}

/* Generic "watermark" class */

.watermark {
 	background-repeat: no-repeat;
 	background-color: #ffffff;
 	background-position: left top;
 	margin: 0px; 
 	}
 	
 	