/* CSS Document */
body {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
	background-image:url(images/stripe.png);
	font-size: 12px;
}
TD {
	font-family: Arial,sans-serif;
	margin: 0px;
	font-size: 12px;
	text-align: justify;
}

.style1 {
	color: #FF0000;
	font-variant: small-caps;
	font-size: 16px;
	font-weight: bold;
}

a:link {
	color: #B68A14;
}
a:visited {
	color: #666;
}
a:hover {
	color: #090;
}
