/*COPYRIGHT 2005 BY CHRISTOPHER KARBO DESIGNED FOR WWW.KARBO.NET*/

/*Defines the body of the whole document*/

body {
    text-align: center;
    word-wrap: normal;
    background-color: #383f47;
    font-family: "Optima", Times, serif;
    font-size: 18px;
    color: white;
       }
    
hr {
    color: rgb(255,2335,205)
	}
h1 {
    font-size: 23px;
    font-style: italic;
    font-weight: bold;
    }
    
/* The Main body...just for Positioning at this point

#main {
    position: relative;
    padding-top: 60px;
    font-family: "Optima", Times, serif;
    font-size: 18px;
    }  */

/* The Top Bar */

a:link {
    font-family: "Optima", Times, serif;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    padding-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    margin: 0px;
    color: #c2c2c2;
    }

a:visited {
    font-family: "Optima", Times, serif;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    padding-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    margin: 0px;
    color: #c2c2c2;
    }

a:active {
    font-family: "Optima", Times, serif;
    font-size: 18px;
    text-decoration: none;
    padding-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    margin: 0px;
    color: black;
    }

a:hover{
    font-family: "Optima", Times, serif;
    font-size: 18px;
    text-decoration: none;
    padding-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    margin: 0px;
    color: #333a9b;
       }

    
    

/* BEHAVIOR OF LINKS*/
   
