/* CSS Document */
body {
	background-color: #000000;
    color: #ffffff;}
a:link {
	text-decoration: underline;
	color: #ffffff;}
a:visited {
	text-decoration: underline;
	color: #ffffff;}
a:hover {
	text-decoration: underline;
	color: #ffffff;}
a:active {
	text-decoration: underline;
	color: #ffffff;}
.nobord {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;}
img {
	border: 4;
	border-color: #ffffff;}


