body { background-color: #CCFFCC; 
       font-family: Arial, Helvetica, sans-serif; 
       color: #330066; 
       margin: 50px, 70px;
       padding-left: 50px;
       padding-right: 50px}
       
a:link {color: #999900}
a:visited {color: #339900}
a:hover {color: #CC33FF}
a:active {color: #000000}

i {color: #000000}
p {text-indent: 0.3in; text-align: justify}

h1 { color: #996633; 
     padding-top: 10px; 
     padding-bottom: 5px ; 
     background-color: #FFFFCC ; 
     border-color: #CCCC33 #CC9933; 
     border-width: thin; 
     border: thin outset; 
     text-align: center}
     
h2 { color: #996633; 
     padding-top: 5px; 
     padding-bottom: 3px; 
     background-color: #CCFFCC; 
     border-color: #99CC33 #996633; 
     border-width: thin;
     border: thin inset; 
     text-align: center}

h3  {color: #FF0000}

.whatshere {color:red; background-color: #FFFFCC; border: medium double teal; padding: 14px}
.heading H3 {color:blue; text-align:center}
.red {color: red}
.green {color: green}


