body {
      margin-left: 3%;
      margin-right: 3%;
      font-family: Verdana, arial, helvetica, sans-serif; 
      background-color: #C0C0C0;}

h1 {font-size: 150%; 
    font-weight: bold;
    color: #000033;}

h2 { 
    font-size: 140%; 
    font-weight: bold;
    color: #000033;
    width: 24em}

h3 { 
    font-size: 120%; 
    font-weight: bold;
    color: #000033;}

h4 {
    font-size: 100%; 
    font-weight: bold;
    color: #000033;}

p  { 
    font-size: 100%;
   }

img {
    border: 0px;
}


a:link  {
    text-decoration: none;
    color: #0000d0;
}

a:visited  {
    text-decoration: none;
    colora: #880000;
    color: #8080d0;
}

a:hover  {
    text-decoration: underline;
    }

b  {
    font-weight: bold}

em {
    font-style: italic;
    font-weight: 500}

li { 
    font-size: 100%;}

ul { 
    list-style-type: square;
    font-size: 100%;}

ol { 
    font-size: 100%;}


