


a:link {color: blue;}
a:visited {color: silver;}
a:hover {color: red;}

#t1
{
   font: Times New Roman;
   font-size: 20px;
   font-weight: bold;
}
#t2
{
   font: Times New Roman;
   font-size: 30px;
   font-weight: bold;
   font-style: italic;
}
#t3
{
   font: Times New Roman;
   font-size: 20px;
   font-weight: bold;
   text-align: left;
}
#t4
{
   font: Times New Roman;
   font-size: 30px;
   font-weight: bold;
   font-style: italic;
   text-align: right;
}
#t5
{
   font: Times New Roman;
   font-size: 20px;
   font-weight: bold;
   font-style: italic;
   text-align: right;
   
}
#t6
{
   font: Times New Roman;
   font-size: 30px;
   font-weight: bold;
   font-style: italic;
   text-align: left;
}
#announce
{
   font: Times New Roman;
   font-size: 30px;
   font-weight: bold;
   font-style: normal;
   text-align: left;
   color: red;
}
#footer
{
   font: Times New Roman;
   font-size: 12px;
   font-weight: normal;
}