@charset "utf-8";
/* CSS Document */

body {
	/*background-color: #6D84B4;*/
	background-color: #C4CDE0;
}

.pechy {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color: #333333;
}

a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
