﻿body 
{
	
}
A:hover
{
	color:Red
}
A
{
	color: blue;
	text-decoration: none;
}

INPUT:focus
{
	background-color: Menu;
	
}


