body {
	background-color: #FFFFCC;

}
.sidenav {
	position: absolute;
	width: 180px;
	top: 120px;
	font-size: 12px;
	background-color: #FFFF99;
	border: medium double #333333;
	left: 10px;



}
.newsheading {
	font-weight: normal;
	text-decoration: underline;
	background-color: #FFCC33;
}
.newstext {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.news {

	position: absolute;
	width: 180px;
	top: 120px;
	font-size: 12px;
	background-color: #FFFF99;
	border: medium solid #333333;
	right: 10px;
}
.sidelink {
	font-size: 14px;
	background-color: #FFFF99;
	border-top-width: 20px;
	border-right-width: 20px;
	border-bottom-width: 20px;
	border-left-width: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #00FFFF;
	border-right-color: #00FFFF;
	border-bottom-color: #00FFFF;
	border-left-color: #00FFFF;
}
.main {
	background-color: #FFFF99;
	border: medium double #000000;
	position: absolute;
	left: 200px;
	top: 120px;
	color: #000000;
	right: 210px;
	z-index: 5;





}
.active {

	font-size: 14px;
	background-color: #FFFF99;
	border-top-width: 20px;
	border-right-width: 20px;
	border-bottom-width: 20px;
	border-left-width: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #00CC99;
	border-right-color: #00CC99;
	border-bottom-color: #00CC99;
	border-left-color: #00CC99;
}
p {
}
.pictures {
	border: solid #003366;
}
a:link {
	color: #0000CC;
}
a:visited {
	color: #0000CC;
}
