﻿/* Bulkley Mouse CSS Layout */

/* body tags */
body {
	background-image: url('Template%20Images/background.gif');
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	text-decoration: none;
}
h1 {
	font-family: Verdana;
	color: #800000;
}
h2 {
	font-family: sans-serif;
	color: #000080;
}
h3 {
	font-family: "Arial Rounded MT Bold";
	color: #008080;
}
}
h4 {
	font-family: Verdana;
	color: #800000;
}
h5 {
	font-family: sans-serif;
	color: #000080;
}
h6 {
	font-family: "Arial Rounded MT Bold";
	color: #008080;
}
/* border tags */
hr {
	color: #000080;
}
/* link tags */
a:link {
	color: #0000FF;
	text-decoration: underline;
}
a:hover {
	color: #0000FF;
	text-decoration: underline;
}
a:visited {
	color: #800080;
	text-decoration: underline;
}
a:active {
	color: #000080;
	text-decoration: underline;
