body {
	background: Black;
	font-family: Lucida Sans, Arial, Helvetica, sans-serif;
	color: White;
}

a:link {
   color: White;
	background-color: transparent;
	text-decoration: underline;
}
a:visited {
	color: White;
	background-color: transparent;
	text-decoration: underline;
}
a:active {
	color: Red;
	background-color: transparent;
	text-decoration: underline;
}
a:hover {
	color: Red;
	background-color: transparent;
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Lucida Sans, Arial, Helvetica, sans-serif;
	color: White;
}

table {
	border: 1px double #AAAAAA;
}

img {
	border: 1px solid #AAAAAA;
}
