/* CSS Document */
BODY {
	margin-top: 0;
	margin-bottom: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: lighter;
	color: #663300;
	background-image: url(../images/back.gif);
	background-repeat: repeat;
	background-color: #FFCCCC;
}
P {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	color: #663300;
}
A:link {
	color: #663300;
}
A:visited {
	text-decoration: none;
	color: #663300;
}
A:active {
	text-decoration: none;
	color: #663300;
}
A:hover {
text-decoration: underline; color: #663300;
}
