body {
        background-color: #ffffff;
}

a.invers {
	text-decoration:none;
}

a:link {
	color: #ff0000;
}

a.invers:link {
	color: #ffffff;
}

a:visited {
	color: #770000;
}

a.invers:visited {
	color: #feffff;
}

a:active {
	background-color: #660000;
}

a.invers:active {
	background-color: #dd0000;
}

a:hover {
	color: #ff1122;
}

a.invers:hover {
	color: #330000;
}


#subtitle {
	color: #ffffff;
        background: #770000;
	font-weight: bold;
	font-size: 0.8em;
	padding-left: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-transform: capitalize;
}

#subcontent {
	color: #000000;
	font-size: 0.8em;
	padding-left: 20px;
}

#menutitle {
	background: #770000;
	font-size: 0.8em;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
}

#menuitem {
	font-size: 0.8em;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 2px;
}
