a:link,a:visited,a:active
	{
    color: Blue;
    text-decoration : none;
    }

a
    { 
    font-weight : bold;
     }
a:hover
	{
    color: Purple;
    text-decoration : underline;
    }
    
body,td,tr,div
	{
    font-family: Arial, Helvetica, sans-serif;
    color: Black;
    font-size: 12px;
    text-decoration : none;
    }

.small
    {
    font-size: 10px;
    }
    
.taz
    {
    font-weight : normal;
    }
.cont
    {
    font-size: 10px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
