@charset "UTF-8";
/* CSS Document */



body,td,th {
	font-size: 100% ;
	font-family: 'Vollkorn', serif;
	font-weight: 400;
	color: #000000;
	line-height:110%;
}

.italic {
	font-style: italic;
}

a {
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 400;
	color: #666666;
	line-height: 100%;
}
	
H1 {
	font-size: 2em /* 32px/16px */;
	font-family: 'Vollkorn', serif;
	font-weight: 400;
	color: #000000;
	line-height:110%;
}


H4 {
	font-size: 1em /* 32px/16px */;
	font-family: 'Vollkorn', serif;
	font-weight: 400;
	color: #000000;
	line-height:110%;
}


ol {
	font-size: 1em /* 32px/16px */;
	font-family: 'Vollkorn', serif;
	font-weight: 400;
	color: #000000;
	line-height:110%;
}

	
a:link {
	font-size: 1em;
	font-family: 'Vollkorn', serif;
	font-weight: 400;
	color: #ff0000;
	line-height:100%;
}
a:visited {
	font-size: 1em;
	font-family: 'Vollkorn', serif;
	font-weight: 400;
	color: #900;
	line-height: 100%;
	text-decoration: none;
}
a:hover {
	font-size: 1em;
	font-family: 'Vollkorn', serif;
	font-weight: 400;;
	color: #CCCCCC;
	line-height: 100%;
	text-decoration: none;
}
a:active {
	font-size: 1em;
	font-family: 'Vollkorn', serif;
	font-weight: 400;;
	line-height: 100%;
	color: #900;
}

#navigation {
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 400;
	color: #666666;
}

.navigation a: {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 400;
	color: #666666;
}

.navigation a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 400;
	text-decoration: none;
	color: #000000;
	line-height:100%;
}
.navigation a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 400;
	text-decoration: none;
	color: #333333;
	line-height: 100%;
	text-decoration: none;
}
.navigation a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 400;
	text-decoration: none;
	color: #CCCCCC;
	line-height: 100%;
	text-decoration: none;
}
.navigation a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 400;
	text-decoration: none;
	line-height: 100%;
	color: #333333;
}

.stats {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}

.red {	
	color: #ff0000;
}


@media screen and (min-width :1280px){
	H1 {
	font-size: 3.3em /*1280/768*/;
}
	ol, H4 {
	font-size: 166% /*1280/768*/;
}
}

@media screen and (min-width :1024px){
	H1 {
	font-size: 2.6em /*1280/768*/;
}

ol, H4 {
	font-size: 133% ;
}
}


@media screen and min-width :640px){
	H1 {
	font-size: 1.666em /* 640px/768px */;
}
}


@media screen and (max-width :480px){
	H1 {
	font-size: 1.33em /* 32px/16px */;
}

}