body,td,th {
	font-family: Arial;
	font-size: 10pt;
	color: #FFFFFF;
}
body {
	background-color: #000000;
	margin-left: 5px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 0px;
}
a:link {
	color: black;
	text-decoration: none;
}
a:visited {
	color: black;
	text-decoration: none;
}
a:hover {
	color: red;
	text-decoration: none;
}
a:active {
	color: black;
	text-decoration: none;
}
.content {
	background-color: pink;
	padding: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-style: solid;
	border-top-color: #ffffff;
	border-right-color: #ffffff;
	border-bottom-color: #ffffff;
	border-left-color: #ffffff;
}
.footer {
	font-size: 9pt;
}
h1,h2,h3,h4,h5,h6 {
	color: black;
	text-transform: uppercase;
	font-weight: bold;
	margin:0px;
	padding:0px;
}
h1 {
	font-size: 22pt;
}
h2 {
	font-size: 16pt;
}
h3 {
	font-size: 14pt;
}
h4 {
	font-size: 12pt;
}
h5 {
	font-size: 10pt;
}
h6 {
	font-size: 9pt;
}
a:link img { border: 1px solid black }
a:visited img { border: 1px solid black }
a:hover img { border: 1px solid red }
a:active img { border: 1px solid black }

.caps {
	text-transform: uppercase;
}
.footer a:link {
	color: white;
	text-decoration: none;
	font-weight:bold;
}
.footer a:visited {
	color: white;
	text-decoration: none;
	font-weight:bold;
}
.footer a:hover {
	color: pink;
	text-decoration: underline;
	font-weight:bold;
}
.footer a:active {
	color: white;
	text-decoration: none;
	font-weight:bold;
}
.redsolidborder {
	border: 1px solid red;
}
