
a:link 
{
   color: blue;
   text-decoration: none;
}

a:visited 
{
   color: blue;
   text-decoration: none;
}

a:hover 
{
   color: #FF00FF;
   text-decoration: none;
}

a:active 
{
   color: blue;
   text-decoration: none;
}


body
{
   font-family: arial, verdana, helvetica, sans-serif;
   font-size: 12px;
   font-weight: normal;
}

strong
{
   font-family: arial, verdana, helvetica, sans-serif;
   font-size: 12px;
   font-weight: bold;
}

b
{
   font-family: arial, verdana, helvetica, sans-serif;
   font-size: 12px;
   font-weight: bold;
}

p
{
   text-align: justify;
}

td
{
   font-family: arial, verdana, helvetica, sans-serif;
   font-size: 12px;
   font-weight: normal;
}


#picborder
{
   border-bottom-width: 3px;
   border-right-width: 3px;
   border-bottom-color: black;
   border-right-color: black;
   border-bottom-style: solid;
   border-right-style: solid;
   
}