﻿body 
{
	font-family :Tahoma ;
	font-size :small ;
}
 a:link {
    text-decoration: none;
    color :#990000 ;
    font-style:inherit  ;
     
    }
    a:visited {
    text-decoration: none;
    color :#990000 ;
    font-style:inherit  ;
    }
    a:hover {
    text-decoration: none;
    color :#990000 ;
    font-style:inherit  ;
    }
    a:active {
    text-decoration: none;
    color :#990000 ;
    font-style:inherit  ;
    }
