/* BASIC HTML DEFINITIONS */

body      {background-color: #A80404;
           color: #000000; 
           font-family: "Comic Sans MS", "Trebuchet MS", sans-serif; 
           font-size: 75%; 
           margin: 10px 0 10px 0;
           }
/* HEADING DEFINITIONS */

h1 {font-family: "Comic Sans MS", "Trebuchet MS", sans-serif; color: #A80404; text-align: center; font-size: 20px; font-weight: bold; letter-spacing: 2px; padding: 0px; margin: 0 0 20px 0;}
h2 {font-family: "Comic Sans MS", "Trebuchet MS", sans-serif; color: #A80404; text-align: center; font-size: 16px; font-weight: bold; margin: 5px 0 0 0;}
h3 {font-family: "Comic Sans MS", "Trebuchet MS", sans-serif; color: #A80404; text-align: left; font-size: 16px; font-weight: bold; margin: 5px 0 0 0;}
h4 {font-size: 120%; font-weight: bold; color: #A80404; margin: 0 0 10px 0;}
h5 {font-size: 120%; font-weight: bold; color: #A80404; margin: 10px 0;}
h6 {font-family: Veranda, Arial, sans-serif; font-size: 75%; font-weight: bold; color: #000000; text-align: center; margin: 10px 0;}

/* BASIC LINK COLORS */

A:LINK    {color: #A80404; text-decoration: none; font-weight: bold;}
A:VISITED {color: #A80404; text-decoration: none; font-weight: bold;}
A:HOVER   {color: #7F6D4E; text-decoration: none; font-weight: bold;}
A:ACTIVE  {color: #7F6D4E; text-decoration: none; font-weight: bold;}