body {
	background-color: #000000;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

body, p, td {
	font-family: comic sans ms, verdana;
	font-size: 13px;
	color: #000000;
	text-align: justify;
	line-height: 15px;
}

a:link, a:visited {
	text-decoration: underline;
	color: #000000;
}

a:hover {
	text-decoration: none;
	color: #000000;
	cursor: crosshair;
}

.head {
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	background-image:url('images/header.html');
	background-repeat: repeat-x;
	border: 1px solid #4BAE5C;
	padding-left: 11px;
}