@charset "utf-8";
/* CSS Document */

body {
	background-color: #7AE4F4;
}
body,td,th {
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
}
a:link {
	color: #52D6E9;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #52D6E9;
}
a:hover {
	text-decoration: none;
	color: #EBBF78;
}
a:active {
	text-decoration: none;
	color: #EBBF78;
}

.xsmall a:link {
	color: #F6C;
	text-decoration: none;
}
.xsmall a:visited {
	text-decoration: none;
	color: #F6C;
}
.xsmall a:hover {
	text-decoration: none;
	color: #FC6;
}
.xsmall a:active {
	text-decoration: none;
	color: #FC6;
}
.xsmall {
	font-size: x-small;
}
