.text {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: Black;
}

.textg {
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: Black;
}

.textk {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: Black;
}

.headk {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: bold;
	color: black;
}

.headg {
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	color: black;
}

A:LINK {
	color: Black;
	text-decoration: none;
}

A:HOVER {
	color: #4252A5;
}

A:VISITED {
	color: Black;
}


#navigation a {
	font:10px arial;
	color: #33FF00;
	text-decoration:none;
	letter-spacing:0.1em;
	}
	
#navigation a:hover {
	color: #993300;
	text-decoration:underline;
	}



