body { 
	font-family: verdana, sans-serif; 
	font-size:10px;
	background-color:#000000;
}
.text-p {
	font-family: verdana, sans-serif;
	font-size:20px;
}
a:visited {
	text-decoration: none;
	color: rgb(177,21,0);
	font-weight: bold;
}
a:link {
	text-decoration: none;
	color: rgb(177,21,0);
	font-weight: bold;
	border:0;
}
a:active {
	text-decoration: none;
	color: rgb(177,21,0);
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: rgb(177,21,0);
	font-weight: bold;
}
IMG.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto 
}
/*
a:link {
	text-decoration: none;
	color: rgb(64,0,0);
	font-weight: bold;
	border:0;
}
a:active {
	text-decoration: none;
	color: rgb(64,0,0);
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: rgb(64,0,0);
	font-weight: bold;
}
*/