/* general indication of the character font */
body, span, tr, td, div, p, a, h1, h2, h3, h4, ol, ul, li, blockquote, b, i { font-family: Verdana, Arial, Helvetica, sans-serif; }


/* general text formatting ... b, i */
body, span, div, th, tr, td, a, ol, ul, li, p { font-size: 13px }

h2 { 
	color: #330099;
	font-size: 18px; 
}

h3 { 
	color: #330099;
	font-size: 16px; 
}

h4 { 
	color: #330099;
	font-size: 12px; 
}

a.menu:link {
	text-decoration: none;
	color: #330099;
}
a.menu:visited { text-decoration: none; color: #330099 }
a.menu:hover { text-decoration: underline; color: #330099 }


a.text:link {
	text-decoration: none;
	color: #000000;
}
a.text:visited { text-decoration: none; color: #000000 }
a.text:hover { text-decoration: underline; color: #000000 }



.heading1 {
	font-size: 16px;
	font-weight: bold;
	color:#330099;
}
.txtweiss {
	color: #FFFFFF;
}

