﻿
body 
{
 margin:0px;
 font-size:12px;
 color: red;
 }

a:link { font-size:12px;text-decoration: none; color:Red; }
a:visited {font-size:12px; text-decoration: none; color:red; }
a:active  {font-size:12px; text-decoration:none; }
a:hover{ text-decoration: underline;  color:Red;}
