/* 
  copyright (C) creaflor					
  mail:  webmaster@creaflor.de		
  last updated: 08-01-2002
*/

BODY {
	background : #FFFACD;
	font-family: book antiqua,verdana,tahoma,arial,helvetica,sans-serif;
	color : #FF6347;
	font-size : 12px;
	font-style : normal;
	font-weight : normal;
	margin-top : 5px;
	background-image : none;
	background-attachment : fixed;
	background-position : top;
	background-repeat : repeat;
}

H1 {
	color : #FF6347;
	font-size : 14px;
	font-style : normal;
	font-weight : normal;
}

H2 {
	color : #FF6347;
	font-size : 14px;
	font-style : normal;
	font-weight : bold;
}

A:LINK {
	color: #FF6347;
	font-size : 12px;
	font-style : normal;
	font-weight : bold;
	text-decoration : none;
}

A:VISITED {
	color: #FF6347;
	font-size : 12px;
	font-style : normal;
	font-weight : bold;
	text-decoration : none;
}
					
A:ACTIVE {
	color: #8B0000;
	font-size : 12px;
	font-style : normal;
	font-weight : bold;
	text-decoration : underline;
}

A:HOVER {
	color: #8B0000;
	font-size : 12px;
	font-style : normal;
	font-weight : bold;
	text-decoration : underline;
}

TD {
	color : #FF6347;
	font-size : 12px;
	font-style : normal;
	font-weight : normal;
}

