BODY {
   font-family : Verdana, sans-serif; 
   margin: 1em;  
   background : #f5f5f5; 
   color : black;
}

TT {
   font-family : monospace; 
   display : inline; 
}

STRONG {
   font-weight : bolder; 
   display : inline; 
}

SPAN {
   display : inline; 
}

SAMP {
   font-family : monospace; 
   display : inline; 
}


PRE {
   font-family : Verdana, sans-serif;
   display : block; 
   white-space : pre; 
}

MENU {
   margin : 0; 
   display : block; 
}

KBD {
   font-family : monospace; 
   display : inline; 
}

IMG {
   display : inline; 
}

I {
   font-style : italic; 
   display : inline; 
}

HR {
   border-top : medium solid inherit; 
   display : block; 
   color : black;
}

H5 {
   font-style : italic; 
   font-size : small; 
   color : black; 
   background : #f5f5f5; 
   text-align : left; 
   margin-top : 1em; 
   margin-bottom : 1em; 
   display : block; 
}

H4 {
   font-style : normal; 
   font-size : small; 
   color : black; 
   background : #f5f5f5; 
   text-align : left; 
   margin-top : 1em; 
   margin-bottom : 1em; 
   display : block; 
}

H3 {
   font-style : normal; 
   font-size : medium; 
   font-weight : bold; 
   color : #8b6914; 
   background : #f5f5f5; 
   text-align : left; 
   margin-top : 1em; 
   margin-bottom : 1em; 
   display : block; 
}

H2 {
   font-family: Garamond, "Times New Roman", serif; 
   font-style : normal; 
   font-weight : bold; 
   font-size : large; 
   color : #8b4513; 
   background : #f5f5f5; 
   text-align : left; 
   margin-top : 1em; 
   margin-bottom : 1em; 
   display : block; 
}

H1 { 
      font-family: Garamond, "Times New Roman", serif; 
      font-weight:bold;
      font-size: x-large;
      color: #8B0000; 
      background : #f5f5f5; 
      text-align: center;
      margin-top:1em;
      margin-bottom: 1em;
      display : block; 
}



UL {
   vertical-align : text-top; 
   text-align : left; 
   display : block; 
   list-style-type : none; 
}

OL {
   vertical-align : text-top; 
   text-align : left; 
   display : block; 
   list-style-type : decimal; 
}


A:visited IMG {
   border-width : 2px; 
   border-style : solid; 
   border-color : red; 
}

A:visited {
   color : purple; 
}

A:link IMG {
   border-width : 2px; 
   border-style : solid; 
   border-color : blue; 
}

A:link {
   color : blue; 
}

A:active {
   color : red; 
}

</style>
