BODY {
	color: white;
	font-family: "arial", Times, serif;
	font-size: medium;
}

BODY2 {
	color : White;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : medium;
}

A:link {
	color : white;
	text-decoration: underline;
	font-weight: normal;
}

A:visited {
	color : white;
	text-decoration : underline;
	font-weight: normal;
}

A:active {
	color : white;
	text-decoration : underline;
	font-weight: normal;
}

A:HOVER {
	background-color: Black;
	color : #FFCE9C;
	font-weight: normal;
}


H1, H2, H3, H4 {
	font-variant: small-caps;
	color: white;
	padding: 4px;
	width: 100%;
	background : Black;
}

.front_headline {
	font-size : 18pt;
	font-weight : normal;
	color : White;
}

.front_subheadline {
	font-weight : normal;
	color : White;
	font : italic;
	font-size : smaller;
}

.front_subheadline2 {
	font-size : 16pt
	font-weight : normal;
	color : White;
	font : italic;
}

.front_menu {
	font-weight : normal;
	color : White;
}

.description {
	font-style : normal;
	font-size : smaller;
	color : Whtie;
}

.articletext {
	font-style : normal;
	color : Whtie;
}

.navbaritem {
	background-color: Black;
	color : #FFCE9C;
	text-decoration : underline;
	font-weight : normal;
}

.front_copyright {
	color: White;
	font-size : xx-small;
}

.border {
	border : 4px outset #FFCE9C;
}