

a:link {FONT-SIZE : 14; color : blue; font-weight: 700; text-decoration: none; font-family: times new roman;}
a:visited {FONT-SIZE : 14; color : blue; font-weight: 700; text-decoration: none;font-family: times new roman;}
a:active {FONT-SIZE : 14; color : blue; font-weight: 700; text-decoration: none;font-family: times new roman;}
a:hover {FONT-SIZE : 14; color : red; font-weight: 700; text-decoration: none;font-family: times new roman;}
body
     {
      font-size:14;
	  color: black;
	  font-family: times new roman;
	  background-color: red;
     }

table
   {
	font-size:14; 
	border-color: red;
}