
  body { 
font-family: "Comic Sans MS",
               "Times New Roman",
                     Times, serif; 
                    color: black; font-size: 16px;
                        background-image: url(colorbg.jpg);
                                                  background-color: #cccccc
 }

#page
{
    WIDTH: 100%;
   

}

body
{
margin:5em
}

h1 {
  font-size: 24px;
 color: #cc6633
 }
h2
 {
 font-size: 18px; 
 color: #cc6633
 } 

  ul.navbar {
    list-style-type: none;  
    width: 7em
 }
  
 ul.navbar li {
       margin: 0.1em;
    padding: 0.1em
 } 

ul.navbar a {
    text-decoration: none
 }
a:link { 
   color: #000000
 }
 /*a:link is a link that has not been visited by the user's browser (current
visit or since browser cache cleared)*/

a:visited {
   color: #669999
 }
 /*a:visited = Link has been visited and is present in the browser's cache.*/
a:hover {
  background: #ffffff
 }
a:active {
   color: #cccccc
 }

.border {
  border-width: 8px;
  border-style: double;
  border-color: #cc6633
}

  

