<style type="text/css">

blank { color: black }

body,td 
{ 
   font-family: Verdana, Arial, Helvetica, Sans-Serif;
   font-size: 12px;
   color: black;
   vertical-align: top;
   text-align: left;
}

strong { color: deeppink }

.topmenu
{
   width: 100%;
   border-bottom: 7px solid teal;
   color: deeppink;
   font-size: 10px;
   font-weight: bold;
   vertical-align: bottom;
}
.sidebar 
{
   vertical-align: top;
   width: 225px;
   height: 100%;
   background: aliceblue;
}

.main
{
   vertical-align: top;
   margin-top: 15;
   margin-right: 25;
   margin-left: 0;
   font-size: 12px;
}

.small A { font-size: 10px }

A:link { text-decoration: underline; color: lightseagreen;  font-weight: bold}
A:active { text-decoration: underline; color: lightseagreen;  font-weight: bold}
A:visited { text-decoration: underline; color: lightseagreen;  font-weight: bold}
A:hover { text-decoration: underline; color: teal; font-weight: bold }

h1
{ 
  font-family: Verdana, Arial, Helvetica, Sans-Serif; 
  color: white;
  font-size: 10px;
}

h2,h3
{ 
  font-family: Verdana, Arial, Helvetica, Sans-Serif; 
  color: teal;
}

.box table { border: thick groove #ffc0c0 }
.box { font-size: small }

.menu {
  font-weight: bold;
  position: relative;
  left: -15px;
  text-align: left;
  width: 160px;
  color: teal;
}

.menu A {font-size: 12px}
.menu A:link { text-decoration: none; color: deeppink; }
.menu A:active { text-decoration: none; color: deeppink; }
.menu A:visited { text-decoration: none; color: deeppink; }
.menu A:hover { text-decoration: underline; color: teal; }

.pink { color: deeppink; }
.blue { color: dodgerblue; font-size: 12px}

.amazon { margin: 25px }

.small { font-size: 10px; color: deeppink }
.jasmine 
{ 
  font-size: xx-small;
  text-align: center; 
  vertical-align: bottom;
  position: relative;
  bottom: 5px;
}
</style> 
