a:link
{ color: #000000; text-decoration: none } 
a:active 
{ color: #000000; text-decoration: none } 
a:visited 
{ color: #000000; text-decoration: none } 
a:hover 
{ color: #000000; text-decoration: none }

body {
	background-color: transparent;
}

#divheading {
	background-color:#D8D4A7;
	font-family: Verdana, Tahoma, Arial;
    font-size: 0.9em;
	font-weight:bold;
	border-right: 1px solid #D8D4A7;
	border-left: 1px solid #D8D4A7;
	border-top: 1px solid #D8D4A7;
	padding-left: 3px;
	width:200px;
}

#divbody {
	background-color:#FFFFBB;
	font-family: Tahoma, Verdana, Arial;
	border-right: 1px solid #D8D4A7;
	border-left: 1px solid #D8D4A7;
	border-bottom: 1px solid #D8D4A7;
	padding-left: 3px;
	margin-bottom: 5px;
	display: block;
	width: 200px;
}

#articleheading {
	background-color:#D8D4A7;
	font-family: Tahoma, Verdana, Arial;
	font-weight:bold;
	border-right: 1px solid #D8D4A7;
	border-left: 1px solid #D8D4A7;
	border-top: 1px solid #D8D4A7;
	padding-left: 3px;
	width: 408px !important; /*IE doesn't understands this*/
	width /**/ : 403px; /*Internet Explorer hack. Only IE understands this*/
}

#articlebody {
	background-color:#FFFFBB;
	font-family: Tahoma, Verdana, Arial;
	border-right: 1px solid #D8D4A7;
	border-left: 1px solid #D8D4A7;
	border-bottom: 1px solid #D8D4A7;
	padding-left: 3px;
	margin-bottom: 3px;
	display: block;
	width: 408px !important; /*IE doesn't understands this*/
	width /**/ : 403px; /*Internet Explorer hack. Only IE understands this*/
}

#menuheading {
	background-color:#B8B487;
	font-family: Verdana, Tahoma, Arial;
    font-size: 0.9em;
	font-weight:bold;
	border-right: 1px solid #D8D4A7;
	border-left: 1px solid #D8D4A7;
	border-top: 1px solid #D8D4A7;
	padding-left: 3px;
	width:200px;
}

#menubody {
	background-color:#EEEEAA;
	font-family: Tahoma, Verdana, Arial;
	border-right: 1px solid #D8D4A7;
	border-left: 1px solid #D8D4A7;
	border-bottom: 1px solid #D8D4A7;
	padding-left: 3px;
	margin-bottom: 5px;
	display: block;
	width: 200px;
}

#normal {
	font-family: Tahoma, Verdana, Arial;
    font-size: 0.9em;
}
