body {
	background-color: black;
/*	background-image: url(http://zteknofreak.net/images/zteknofreaksm.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: bottom left;	*/
	color: white;
	font-size: 9px;
	font-family: courier;
	}

a:active {
	font-family: courier;
	font-size: 9px;
/*	text-decoration: underline;	*/
	text-decoration: none;
	color: white;
	}

a:visited,a:link {
	font-family: courier;
	font-size: 9px;
	text-decoration: none;
	color:00FF00;
	}

a:hover {
	font-family: courier;
	font-size: 9px;
	color:666666;
	text-decoration: none;
	}

.text {
	font-family: courier;
	font-size: 10px;
	text-decoration: none;
	color:white;
	}

img {
	border: none;
	}
	
/*	B {
	font-family: courier;
	font-size: 110%;
	text-decoration: none;
	}

.header {
	padding: 8px;
	font-weight: bolder;
	font-size: 110%;
	border: 1px solid #aaaaaa;
	}

.entry_header {
	font-weight: bold;
	padding: 8px;
	border: 1px solid #aaaaaa;
	border-bottom: 0px solid #aaaaaa;
	}

.entry {
	border: 1px solid #aaaaaa;
	border-top: 0px solid #aaaaaa;
	padding: 8px;
	}

.container {
	width: 75%;
	margin: auto;
	}
*/
