@charset "utf-8";
/* CSS Document */

a:hover 
{
	color: red; 
	font-weight: bold;
}

body
{
	background-color:#F4E4DC;
}