@charset "iso-8859-2";

body {
	background-color:#b4c1d5;
}

h2 {
	color:#ff5913
}

div.section_name {
/*	font-weight: bold;*/
        color: #ab4501
}

a:link {
/*	font-weight: bold;*/
	color:#630ad2;
	text-decoration:none;
}
a:visited {
/*	font-weight: bold;*/
	color: #630ad2;
	text-decoration:none;
}
a:hover {
/*	font-weight: bold;*/
	color: #3d097c;
	text-decoration: underline;
}

