a {
	text-decoration: none;
	color: #0000FF;
	}
a:hover {
	color: #0077FF;
	}

#main {
	position: absolute;
	top: 130px;
	width: 50%;
	overflow: hidden;
	}
	
	
body {
	background-color: CCCCCC;
	font-family: Arial;
	font-size: 12px;
	line-height: 1.4em;
	}

table {
	font-family: Arial;
	font-size: 12px;
	line-height: 1.4em;
	}

#top {
	height: 60px;
	padding: 0px;
	background-color: #006666;
	border-bottom: 1px solid black;
	overflow: hidden;
	}

#top .random {
	padding-top: 1em;
	font-size: 120%;
	font-weight: bolder;
	}

.login {
	position:absolute;
	top: 60px;
	right: 0%;
	padding-top: 0.3%;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
	width: 275px;
	height: 64px;
	overflow: hidden;
	}

.links {
	position:absolute;
	right: 285px;
	top: 60px;
	}

#news {
	min-height: 150px;
	height:expression(this.scrollHeight <150? "150px": "auto" );
	overflow:hidden;
	}
	
#flagged {
	overflow: hidden;
	}
#rightsidebar {
	position:absolute;
	top:150px;
	left:0.5%;
	width: 200px;
	overflow: hidden;
	}

#leftsidebar {
	position: absolute;
	top:150px;
	width: 200px;
	right:0%;
	z-index: 2;
	}

#middle {
	margin-top: 90px;
	margin-left: 199px;
	margin-right: 199px;
	voice-family: "\"}\"";
	voice-family: inherit;
	margin-left: 211px;
	margin-right:201px;
	overflow: hidden;
	}
h2 {
	font-family: Times;
	font-size: 20px;
	}
#newest {
	position:absolute;
	top:130px;
	width: 50%;
	left: 50%;
	overflow: hidden;
	}
#comment {
	width: 90%;
	border: 1px solid black;
	min-height: 90px;
	overflow: hidden;
	}
.bottom {
	width: 90%;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	}

#writeup {
	width: 95%;
	overflow: hidden;
	}
#writeup .title {
	background: #669999;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	}

#writeup .body {
	background: #E0E0E0;
	padding-left: 2px;
	border-right: 1px solid black;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
	}

.message {
	width:100%; 
	margin-top: 1px; 
	margin-left:2px;
}

.lmnop a {
	width:100%;
	height: 100%;
	display: block;
	}

.lmnop a:hover {
	width:100%;
	height: 100%;
	display:block;
	background: #0077ff;
	color: black;
}