body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    padding: 5% 10% 10% 15%;
    background-color: #CC9933
}

h1 {
    font-size: 20pt;
    color: ;
    background-color: #FF9999;  padding: 3 5 3 5;
    border-right: solid #3333FF 5;
    border-bottom: solid #3333FF 5  
}

h2 {
    font-size: 18pt;
    background-color: #FFCCCC ; padding: 3 5 3 5;
    border-right: solid #3333FF 2;
    border-bottom: solid #3333FF 2  
}

h3 {
    font-size: 14pt;
    color: ;
    background-color: #33CCFF;  padding: 3 5 3 5;
    
}

h4 {
    font-size: 14pt;
    color: ;
    background-color: #009966;  padding: 3 5 3 5;
    margin-left: 15px   
}


h6 {
    font-size: 12pt;
    background-color: #99CCFF;  padding: 3 5 3 5;
    margin-left: 25px;
    margin-right: 20%   
}

dl {
    border: solid 3px #999933
}

dt {
    background-color: #FFCC00;
    padding-left: 10px
}

dd {
    background-color: #CCCC99

}

caption {
    font-size: 12pt;
    font-weight: bolder;
    color: ;
    background-color: #00FFCC;  
}

.example {
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    color: #333333; 
    background-color: #00FF99;
    border: #006633 solid 2px;
    padding: 10px 
}

.values {
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    color: #333333; 
    background-color: #99CC99;
    border: #006633 solid 2px;
    padding: 10px 
}

.top {
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 8pt; 
    font-weight: bold; 
    color: #3300CC;
    background-color: #FFCC00;
    border-top-style: solid;
    border-top-color: black;
    border-top-width: 1px
    }

}

.red {
    color: red;
    font-weight: bolder
}

a:link  {
    color:#8B0000 ;
    background-color: #FFFFCC;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none
    }

a:hover  {
    background-color:#FFFF00;
    font-family:  Arial, Helvetica, sans-serif;
    font-size: 14pt;
    color: #33CCFF;
    text-decoration: none
    }

a:active  {
    border-bottom: solid red ;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none
    }

a:visited {
    color:#00008B;
    font-family: 'Comic Sans MS', Brisk, 'Gill Sans', Helvetica, 'Letter Gothic', Metrostyle,  Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: 600;
    text-decoration: none
    }

a.element {
    font-size: 12pt; 
    text-transform:lowercase; 
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #FFF8DC;
    text-decoration: none
    }
a.attribute  { 
    font-style:normal; 
    color: #9966CC; 
    text-transform:lowercase; 
    font-weight: bold; 
    border-bottom: #8B008B; 
    font-family: Georgia, 'Times New Roman', Times, serif ; 
    background-color: #CCFF99;
    text-decoration: none
    }
