/* CSS Document */

body {
	background-color: #00CC33;
	margin-top: 0px;
	margin-bottom: 0px;
}
.border {
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FF00FF;
	border-right-color: #FF00FF;
	border-bottom-color: #FF00FF;
	border-left-color: #FF00FF;
}
.style1 {font-size: 20px}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}
.tb-spacing {
	padding-top: 10px;
	padding-bottom: 10px;
}
a:link {
	color: #FF0000;
}
a:visited {
	color: #FF0000;
}
a:hover {
	color: #0000FF;
}
.style2 {font-size: 24px}
.style3 {
	font-size: 36px;
	font-family: impact;
}