BODY {
	color : Black;
	background-color : White;
	font-family : "Trebuchet MS", sans-serif;
	font-size : xx-small;
	text-align : left;
	width: 800 px
	height : 600px;
}

A {
	color : #708090;
	text-decoration : none;
}

A:HOVER {
	color : #A9A9A9;
	text-decoration : underline;
}