
body, p, td, li {
font-family: Trebuchet MS, Verdana, Helvetica, Arial, sans-serif;
font-size: 10pt;
}

hr {
color: #004242;
}



/* For heading properties to be all the same: */

h1, h2, h3, h4, h5, h6 {}



/* For heading properties that are all different: */

h1 {
font-family: Trebuchet MS, Verdana, Helvetica, Arial, sans-serif;
font-size: 26pt;
color: #006666;
}

h2 {
font-family: Trebuchet MS, Verdana, Helvetica, Arial, sans-serif;
font-size: 26;
color: #660000;
}

h3 {
font-family: Trebuchet MS, Verdana, Helvetica, Arial, sans-serif;
font-size: 22pt;
color: #660000;
}

h4 {
font-family: Trebuchet MS, Verdana, Helvetica, Arial, sans-serif;
font-size: 22pt;
color: #006666;
}

h5 {
font-family: Trebuchet MS, Verdana, Helvetica, Arial, sans-serif;
font-size: 18pt;
color: #006666;
}

h6 {
font-family: Trebuchet MS, Verdana, Helvetica, Arial, sans-serif;
font-size: 14pt;
color: #660000;
}

p {}

/* The following four selectors allow you to select links when they are in the four different states: link - before they have been visited, visited - after it has been visited, hover - when the mouse is over the link, active - when the user clicks the link. */

a:link {
font-family: Trebuchet MS, Verdana, Helvetica, Arial, sans-serif;
color: #660000;
}

a:hover {
font-family: Trebuchet MS, Verdana, Helvetica, Arial, sans-serif;
color: #660000;
background-color: #D6DCDC;
}

a:active {
font-family: Trebuchet MS, Verdana, Helvetica, Arial, sans-serif;
color: #663333;
background-color: #D6DCDC;
}

a:visited {
font-family: Trebuchet MS, Verdana, Helvetica, Arial, sans-serif;
color: #663333;
}

a img {
border: none;
}

