body
{ 
	font-family: sans-serif;
}
a { text-decoration:bold }

a:hover
{
	background: yellow;
        font-size:18;
	color: red;
}