body {
	background-color: #FFFF00;
}

a {
font-weight:bold
}

a:hover {
	color:red;
}
	
