
  body
 { 
font-family: "Comic Sans MS",
               "Times New Roman",
                     Times, serif; 
                    color: black; font-size: 18px;
                        background-image: url(stripesquare.jpg);
                                                  background-color: #99cccc
 }

#page
{
    WIDTH: 100%;
    MARGIN-LEFT: auto;
    MARGIN-RIGHT: auto;
}
.p
{
text-indent:3em; margin-top:0; margin-bottom:0;
}

h1 {
  font-size: 24px;
 color: #993366
 }

h2
 {
 font-size: 20px; 
 color: #993366
 } 

  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: #006699
 } /*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: #990033
 } /*a:visited = Link has been visited and is present in the browser's cache.*/
a:hover {
  background: #ffffff
 }
a:active {
   color: #000000
 }

.border {
  border-width: 2px;
  border-style: double;
  border-color: #993366
}

  

