body {background-color: white}



table {font-size:14pt}
a:link     {color:black;font-size:12pt;text-decoration:none}
a:visited  {color:black;font-size:12pt;text-decoration:none}
a:hover    {color:white;font-size:12pt;text-decoration:none}
a:active   {color:black;font-size:12pt;text-decoration:none}

.borderit img{
border: 1px solid #FFFFFF;
}

.borderit:hover img{
border: 4px solid black;
}
.borderit:hover{
color: red; /* irrelevant definition to overcome IE bug */
}


a.b:link     {color:blue;font-size:14pt;text-decoration:none}
a.b:visited  {color:blue;font-size:14pt;text-decoration:none}
a.b:hover    {color:red;font-size:14pt;text-decoration:none}
a.b:active   {color:bue;font-size:14pt;text-decoration:none}

#bg
  {
    background: #FFFFff url(images/header.gif) no-repeat scroll top left ;
  }

#bb
  {
    background: #ffffff url(images/back.jpg) no-repeat;
  }

#footer
  {
    background: yellow url(images/footer.gif) no-repeat;
  }

#cc
  {
    background: #ffffff url(images/img2.jpg) no-repeat;
  }








 
