body { 
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    background: #B86D44;
    color: black;
    margin: 10;
    }

h1,h2,h3,h4,h5,h6 {
    font-family: ;
    }
    
h1 {
    font-size: 30pt;
    text-align: center;
    }    
    
h2 {
    font-size: 20pt;
    text-align: center;
    }    

h3 {
    font-size: 15pt;
    text-align: center;
    }    

h4 {
    font-size: 8pt;
    text-align: left;
    }    

p {
    text-align: justify;
    }    

a:link {
    text-decoration: underline;
    font-weight: bold;
    color: black;
    }

a:visited {
    text-decoration: underline;
    font-weight: bold;
    color: black;
    }
    
a:hover {
    text-decoration: underline;
    font-weight: bold;
    color: yellow;
    }    

input {
    font-size: 8pt;
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
    font-weight: bold;
	}

select {
    font-size: 8pt;
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	}

table { 
    font-size: 8pt; 
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
    align: justify;
	}

td.URLHeader {
     background: #6C3123;
     color: #CDCDCD;
     font-weight: bold;
       }    

td.URLHeaderC {
     background: #6C3123;
     color: #CDCDCD;
     text-align: center;
     font-weight: bold;
       }    

td.URLRow {
     font-weight: bold;
       }    

td.URLRowC {
     text-align: center;
     font-weight: bold;
       }    

td.URLRowDead {
     font-weight: bold;
     background : #FC3123;
       }    

td.URLRowCDead {
     text-align: center;
     font-weight: bold;
     background : #FC3123;
       }    

.inputstrong {
    border-style: solid;
       }

