body {
    color: #000000;
	font-family: Helvetica,Verdana,Arial,sans-serif;
	font-size: 10px;  
	background-color: #f6fafd;
}

td{
	font-size:10px;	
	
}

a {
    color: hotpink;
	text-decoration: none;
}
a:hover {
    color: green;
	text-decoration: none;
}

a.menulevel1 {
	font-size:1.7em;	
	font-weight: bold;	
    color: black;
	text-decoration: none;
}
a.menulevel1:hover {
	font-size: 1.7em;
	font-weight: bold;	
    color: green;
	text-decoration: none;
}

h1 {
	font-size:1.6em;	
	font-weight: bold;	
    color: hotpink;
	text-decoration: none;
	padding-bottom: 10px;
	padding-top: 10px;
}

div.h1_Main {
	font-size:5em;	
	font-weight: bold;	
    color: black;
	text-decoration: none;
	padding-bottom: 20px;
	padding-top: 20px;
}

div.content_text {
	font-size: 1.6em;	
	color: black;
	text-decoration: none;
}







