body {
	background-color: white;
	margin:0px;
	padding:0px;
}

A {
	text-decoration: none;
}

A:hover {
	text-decoration: underline;
}

H2 {
	font-size: 20px;
	font-weight: bold;
}

A.menuLink, A:visited.menuLink {
	color: red;
	font-size: 100%;
	font-family: verdana;
	font-weight: bold;
}

A:hover.menuLink {

}

.content {
	position: absolute;
/*	margin-top: 70px;*/
	width: 570px;
}

.news {
	font-family: verdana;
	position: absolute;
	background-color: white;
	color: black;
	width: 465px;
/*	margin-top: 70px; */
	margin-left: 508px;
}

.oneNews {
	padding: 5px;
}

.oneNewsContent {
	font-style: italic;
	color: black;
}

A.oneNewsLink {	
	color: black;
	font-weight: bold;
}

A.oneNewsLink {	
	color: black;
	font-weight: bold;
}

A.oneNewsSubLink {	
	color: black;
	font-weight: normal;
}

A.oneNewsContent {	
	color: black;
	font-weight: bold;
}

