body { 
	background: #000000;
	padding: 0; 
	margin: 0; 
	font-family: "Verdana", "Garamond", Helvetica, Arial; 
	font-size: 14px; 
	color: #ffffff;
} 

a {
	color: #00ffff;
}
 
#header { 
	background: url(blog/img/bottombar.jpg) repeat-x left top; 
	color: #acacac; 
	line-height: 16px; 
	height: 20px; 
	text-align: right; 
	padding: 8px 10px; 
} 
 
#mail { 
	float: right; 
	background: url(img/mail.png) no-repeat left center; 
	padding-left: 30px; 
	font-family: "Trebuchet MS", Arial; 
	font-size: 16px; 
	line-height: 16px; 
} 
 
#mail a { 
	color: #acacac; 
	text-decoration: none; 
} 
 
#mail a:hover { 
	border-bottom: 1px solid #acacac; 
} 
 
#wrapper {
	width: 800px;
	height: 420px;
	margin: 10px auto; 
	background: url(img/HexagonHeader.png) no-repeat right top;
	font-weight: 900;
} 

#wrapper a {
	text-decoration: none;
}
 
#title { 
	font-size: 32px;
	margin-top: 10px;
	padding-top: 60px;
	padding-bottom: 0px;
} 

#title a{
	color: #ffffff;
}

#content {
	clear: both;
	width: 800px;
	margin: 20px auto;
	padding-bottom: 50px;
	line-height: 1.5;
}

#content h1 {
	color: #ff00ff;
}

#content h2 {
	color: #ffff00;
}

#nav {
	margin-top: 20px;
	font-size: 24px;
}

#nav a {
	color: #ffffff; 
}

#nav ul li {
	margin: 10px 0px;
}

#nav img {
	margin-left: 20px;
}

table {
	width: 100%;
}

th, td {
	text-align: left;
	font-size: 14px; 
	padding: 8px;
}

th {
	color: #ff00ff;
}

tr:nth-child(even) {
	background-color: #333333;
}