/* CSS Document */

<title>style_caribou</title>

A:active {
color: #003333;
text-decoration: underline}

A:visited {
color: #003333;
text-decoration: underline}

A:link {
color: #003333;
text-decoration: underline}

A:hover {
color: #990000;
text-decoration: underline}

 h6 {
	font-size: 16px;
	padding-left: 2em;
	padding-right: 2em;}

p {
	font-size: 12px;
	margin-right: 2em;
	margin-left: 2em;
	margin-bottom: 1em;
	margin-top: 1em;}

body {
	font-family: Arial, Helvetica, sans-serif;
	background-attachment: scroll;
	background-image: url(images/background_sm.jpg);
	background-repeat: repeat;
	background-position: left top;
	background-color: #FFFFCC;}

.sitedesign {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;}



