﻿body {
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: navy;
	text-decoration: none;
}
a:hover {
    color: red;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: gray;
	text-decoration: none;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #600000;
	text-decoration: none;
	}

.headers {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    font-weight: bold;
    color: white;
    border-color:#ff0000;
    text-align:left;
    background-image: url(css-gradient.gif);
    background-repeat: repeat-x;
}

.content {
    background-color: white;
}
img {
    border: 0px;
}