#overall_container {
	position:relative;
	width:1024px;
	height:768px;
	z-index:1;
}#menu a {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	text-align: center;
	vertical-align: middle;
	display: block;
	height: 150px;
	text-decoration: none;
	color: #000000;
	float: left;
	font-weight: bold;
	width: 150px;
	font-variant: small-caps;
	letter-spacing: 5px;
	padding: 10px;
}
#menu a:hover {
	color: #00F;
	text-decoration: none;
}
#news_feed h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	color: #000099;
	font-weight: normal;
}
#news_feed h2 {
	font-size: medium;
	font-style: italic;
}
#news_feed a {
	color: #000099;
	text-decoration: none;
}
#news_feed a:hover {
	text-decoration: underline;
	color: #3399FF;
}
#news_feed a:visited {
	color: #0000FF;
}
#container #main #news_feed p {
	font-size: 16px;
}
