﻿body {
}

a
{
	text-decoration: underline;		
	color : Navy;	
}


a:hover
{
	text-decoration: none;	
	color : Red;
}
body
{
	font-family:Arial;
	font-size: small;
}
