body {
	font-size: 12px;
	font-family: Arial;
	color: #525252;
	background: #000000 url('images/nerd_bg.jpg');
	background-position: top left;	
	background-repeat: repeat-x;
	margin: 0px;
	text-align: justify;
 	}

a {
	text-decoration: none;
	color: #00B2B5;
}
a:hover {
	text-decoration: none;
	color: #09E663;
	background: #000000;
}


table, tr, td {
	vertical-align: top;
	font-size: 12px;
	font-family: Arial;
}

.title {
	color: #09F46B;
	font-size: 15px;
	font-family: Arial;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0px;
	border-bottom: 2px solid #00D1B6;
	text-align: center;
	padding: 0px;
}

h1,h2,h3 {
	color: #09F46B;
	font-size: 15px;
	font-family: Arial;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0px;
	border-bottom: 2px solid #00D1B6;
	text-align: center;
	padding: 0px;

}


.entry {
	padding: 5px;
}


.navbar a{
	text-align: center;
	background-color:#000000;
	color: #16A1A6;
	letter-spacing: -1px;
	border-top: 3px solid #343434;
	margin-right:3px;
	line-height:15px;
	text-decoration: none;
	outline: none;
	font-size: 15px;
	font-family: Arial;
	font-weight: bold;
	text-transform: uppercase;
}

.navbar a:hover {
	background-color:#000000;
	color: #FF00AA;
	border-top: 3px solid #2A2A2A;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}


b, strong {
	color: #969696;
}
i, em {
  color: #FFF36B;
}
s, strike {
  color: #383838;}
u, underline {
        color: #FF00AA;
        font-style: border; 
        text-decoration: underline;

}

textarea,select,button,input {
	background: #141414;
	border-top: #242424 1px solid;
	border-left: #00D1B6 3px solid;
	border-right: #242424 1px solid;
	border-bottom: #242424 1px solid;
	font-family: Arial;
	font-size: 12px;
	color: #FF00AA;
}