﻿body 
{
font-size :small;
font-family :Tahoma ;
	
}
.text
{
font-size :small;
font-family :Arial ;	
}
a:link {color:Blue;
        text-decoration:none}    /* unvisited link */
a:visited {color:Black} /* visited link */
a:hover {color:Blue;
         text-decoration :underline;
         }   /* mouse over link */
a:active {color:#CC3300}  /* selected link */
