body {
	margin:0px;
	padding:0px;
	background-color:#333;
}

div.banner {
	margin:0px;
	padding:0px;
	width:800px;
	height:340px;
	background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;
	border-width:0px 1px 1px 1px;
	border-style:solid;
	border-color:#000;	
}

div.content {
	margin:0px;
	padding:5px;
	width:790px;
	background-color:#111;
	color:#fff;
	border-width:0px 1px 1px 1px;
	border-style:solid;
	border-color:#000;
}

div.writeup {
	margin: 2px 0px 10px 0px;
	padding:0px;
}

h3 {
	margin:0px;
	padding:0px;
}

p {
	margin:0px;
	padding:0px;
	font-size:80%;
}

a:link {
	text-decoration: underline;
	color:#ddd;
}
a:visited {
	text-decoration: underline;
	color:#ddd;
}
a:active {
	text-decoration: underline;
	color:#ddd;
}
a:hover {
	text-decoration: none; 
	color: red;
}
