body {
	background-color: #FFC;
	background-image: url(images/back.gif);

}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000;
}

table#one {
	background-color: #fff;
}

a:link		{ color: #900; text-decoration: none; }
a:visited	{ color: #900; text-decoration: none; }
a:hover		{ color: #F60; text-decoration: none; }
