body {
	margin: 0px;
	background-color: #f5f5f5;
}

.header {
	font-family: Verdana;
	font-size: 18px;
	color: #555555;
}

.motto {
	font-family: Verdana;
	font-size: 12px;
	color: #650707;
	font-style:italic;
	line-height:200%;
}

.menu a {
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	text-decoration:none;
	color: #ffced3;
}
.menu a:hover {
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	text-decoration:underline;
	color: #ffeaec;
}




.default_text {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #555555;
	line-height: 16px;
	
}

.default_text_yellow {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #c95499;
	line-height: 16px;
	
}

.default_footer {
	font-family: Verdana;
	font-size: 10px;
	color: #5c5c5c;
}

.default_footer a {
	font-family: Verdana;
	font-size: 10px;
	color: #5c5c5c;
}

.default_footer a:hover {
	font-family: Verdana;
	font-size: 10px;
	color: #5c5c5c;
	text-decoration:none;
}

.link_more {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #c72d88;
	text-decoration:none;
}
.link_more:hover {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #c72d88;
	text-decoration:underline;
}

.link_default {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #555555;
	text-decoration:none;
	line-height: 16px;
}
.link_default:hover {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #555555;
	text-decoration:underline;
	line-height: 16px;
}

