@charset "utf-8";
/* CSS Document */

.head {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #af0f00;
	font-weight: bold;
	}
.text {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
	} 
.text_small {
	font-family: Calibri ,Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	} 
.text_red {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #af0f00;
	font-weight: bold;
	}
a.next {
	color: #000;
	text-decoration:none;
	}
a:hover.next {
	color: #000;
	text-decoration:underline;
	}
.speach {
	color: #444444;
	}
.comments{
	color: #444444;
	font-style: italic;
}