/*
<!-- Hunter : The Reckoning Style Sheet -->
<!-- Author : John F. Meehan -->
<!-- Used throughout the Hunter Mailing List Home Page Web Site -->
<!-- and the Hunter-Net-V2 Web Site -->
*/

BODY {
    background-color: #000000;
    background-image: url("border.jpg");
    background-repeat: repeat-y;
    margin-left: 72px;
    color: #FFFF00;
}

A:LINK {
    color: #FDD300;
    background-color: #000000;
}

A:ACTIVE {
    color: #FF0000;
    background-color: #000000;
}

A:VISITED {
    color: #C4021C;
    background-color: #000000;
}

H1,H2,H3,H4,H5,H6,H7,H8,H9 {
    font-face: "Tempus Sans ITC";
    color: red;
}

H1.MAINTITLE {
    text-align: center;
    font-size: xx-large;
    font-face: "Tempus Sans ITC";
    color: red;
}

TD.FIRST {
	color: #FFFF00;
	background-color: #770000;
}