    /* formatting */
body {
    background-color: #010B23;
    background-image: url(../images/stars.gif);
    background-repeat: repeat-x;
    background-position: bottom right;
    font-family: Times,Times New Roman,serif;
    color: #89A2DB;
}

img { 
    border: 0px;
    }

h1 {

    }
    
h2 {

    }   
    
h3 {

    }

h4 {

    }    
  
a {
    font: normal 14px Times,Times New Roman,serif;
    color: #820412;
    text-align: center;
    height: 24px;
    text-decoration: none;
    }
    
a:hover {
    text-decoration: underline;
    }
    
    
.alert {
   color: #820412;
   font-weight: bold;
   }
    
.copyright {
    font: normal 10px serif;
    color: #5580AA;
    text-align: center;
    border-top: 1px dotted #333;
    border-bottom: 1px dotted #333;
    }