/* VERSION 1.0 © SHAWN H CSS BECKMAN MILL */

/* ----------CURSORS---------- */
.help {
cursor: help;
}

/* ----------PAGE TITLE---------- */
h1 {
color: black;
font: bold small-caps 26px 'Times New Roman', Times;
letter-spacing: 2px;
text-align: center;
text-decoration: none;
}

/* ----------IMAGE HANDLER---------- */
/* ----------IMAGE CAPTIONS---------- */
p.caption {
	color: white;
	font: normal 14px Arial, Veranda, Helvetica;
	letter-spacing: 1px;
	text-align: left;
	text-indent: 2px;
	text-decoration: none;
}

/* ----------MAIN BODY TEXT---------- */
p {
color: black;
font: normal 12px 'Trebuchet MS', Arial;
text-align: justify;
text-decoration: none;

/* ----------HYPER LINKS---------- */
a {
color:#92BEEB;
font-size: 14px;
text-decoration: none;
}
a:link {
color:#497FB4;
font-size: 14px;
text-decoration: none;
}
a:visited {
color:#265788;
font-size: 14px;
text-decoration: none;
}
a:hover {
color:#356A9E;
font-size: 14px;
text-decoration: underline;
}
a:active {
color:#92BEEB;
font-size: 14px;
text-decoration: none;
}

