body {
        font-family: helvetica, verdana, sans-serif;
        margin-left: 7%;
        margin-right: 7%;
        margin-top: 3%;
        text-align: left;
        color: white;
        background: black;
        }



H1, H2, H3, H4, H5, H6 {
        font-family: sans-serif, helvetica, verdana;
        font-weight: bold
        }

H1 {
        font-size: 1.6em
        }

H2 {
        font-size: 1.2em
        }

H3 {
        font-size: 1em
        }
        




strong {
	font-weight: bold
	}
	
em {
	font-size: .8em
	}
	


IMG {
	display: block
	}





hr {
	width: 100%;
	clear: left;
	border: 1px dashed #333 
	}



/* links */

A {
        color: #c22;
        }

a:link  {       
        text-decoration:        none;
        font-weight:    bold;
        color:  #c22;
        background: black
        }

a IMG {
	color: black;
	border: solid medium #eee 
	}           
  
a:visited {       
        text-decoration: none;
        font-weight: bold;
        color: #c22;
        background: black
        }       
                
a:active {       
        text-decoration: none;
        font-weight: bold;
        color: red;
        background: black
        }       
                
a:hover {       
        text-decoration: none;
        color: #e83;
        background: black
        }

a:hover IMG {
	border: medium solid #333;
	}