@charset "utf-8";
/* CSS Document */

body {
	background-color:##FFFF99;
	color:##000000;
	font-family:Trebuchet MS;
	font-size:medium;
	text-align:center;
}

a:link {
	color:#003399;
}

a:visited {
	color:#990000
}

a:active {
	color:#0099CC;
}

h1 {
	font-size:x-large;
	text-decoration:underline;
}