.test {
	background-color: #ffff99;
	float: left;
	/*position: fixed;*/
}

BODY {
	color: black;
	background-color: #cccccc;
	font-family: sans-serif;
	font-size: 11pt;
}

A {
	text-decoration: none;
	font-size: 11pt;
}

A:hover {
	text-decoration: none;
	background-color: #ffff99;
	font-size: 11pt;
}
