/* Scott's Custom CSS Page */



body {
background-color: #CCCCCC;
font-family: Arial, Verdana, sans-serif;
font-size: 12px;
color: #000000;
margin: 5px 5px 5px 5px; ;

}
h1 {
      font-style: italic;
      font-weight: bold;
      color: #000000;
}
h2 {
	font-style: italic;
	font-weight: bold;
        color: #CC0000;
 
}



h3 { color: #000099;
 font-family: Arial, Verdana, sans-serif;
 
}





.floatleft { float: left; margin: 0px 5px 5px 0px; } /* Fixes for the text around my photos */
.floatright { float: right; margin: 0px 0px 5px 5px; }

.CRed { color: #CC0000; } /* Color red */

.CBlue { color: #000066; }

.CYellow  { color: #FFF000; }

.CGreen { color: #33CC00; }

.ACenter { text-align: center; } /* aligns text Center */

.ALeft { text-align: left; }



a:link {color: #000066; text-decoration: underline;
        cursor: crosshair; }  /* Set link colors may need tweaking for my site COLORS TWEAKED */

a:active {color: #000066; text-decoration: underline; cursor: crosshair; }
a:visited {color: #990099; text-decoration: underline; cursor: crosshair; }
a:hover {color: #ff0000; text-decoration: none; cursor: crosshair; }

.Cross { cursor: crosshair; }

.StrIt { font-style: italic;
	     font-weight: bold; } /* Makes text bold and italic */



