body {  font-size: medium;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	color: #e0e0e0;
	margin: 0px;
	padding: 10px;
	background-color: black;
}

A:link    { color: #e0e0e0; text-decoration: none; }	/* unvisited links */
A:visited { color: #e0e0e0; text-decoration: none; }	/* visited links   */
A:hover   { color: #ffffff; text-decoration: none; }	/* user hovers     */
A:active  { color: #e0e0e0; text-decoration: none; }	/* active links    */

/** classes */
.classo { border: 0; }

/** IDs */
#logo {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-top: 50px;
	padding-bottom: 50px;
}
#outlinks {
	padding-left: 100px;
	padding-right: 100px;
}
#links {
	text-align: center;
	padding: 30px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	border-width: 2px 0px 2px 0px;
	border-color: #555555;
	border-style: solid;
}
#signature {
	font-size: smaller;
	color: #010101;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #010101;
	text-align: right;
	padding: 0px;
	margin-top: 10px;
	clear: both;
}
