:link	 {
			Font-Family : "Times New Roman";
			Color : blue 		}
:active	 {
	Font-Family : "Times New Roman";
	Color : red;
		}
:visited	 {
			Font-Family : "Times New Roman";
			Color : blue
		}		
font {
	font-family: "Times New Roman", Times, serif;
}
a:hover {
	background-color: #FFFF00;
}
