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

body {
	background-color: #000000;
	background-image: url(rainbows.jpg);
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #FFFFFF;
	font-size: 13px;
	font-family: "Lucida Grande", Helvetica, Arial;
	line-height: 20px;
}
A { color: #FFFFFF; }

TD {
	color: #FFFFFF;
	font-size: 13px;
	font-family: "Lucida Grande", Helvetica, Arial;
	line-height: 20px;
}

INPUT {
	color: #666666;
	font-size: 13px;
	font-family: "Lucida Grande", Helvetica, Arial;
	line-height: 20px;
	background-color: #FFFFFF;
}
.small { font-size:10px; }

.small a { text-decoration: none; }