@charset "utf-8";
/* www.Internetlabor.net Basic Stylenames */
/* ################## Colors ##################
		Red: #aa103f;
		Gray: #414B56;
	
	
	
	
a:link { }
a:visited { }
a:hover { }
a:active { }
*/

/* ParagraphBasics */
p {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-weight: normal;
	font-size: 16px;
	text-align: left;
	line-height: 120%;
	color: white;
	voice-family: Veronika;
	stress: 50;
	richness: 90;
	volume: x-loud;
	speak: normal;
	pause: 20ms;
	azimuth: 0deg;
	elevation: level;
	speech-rate: medium;

}

a:link {
	text-decoration: none;
	color: white;
}

a:visited {
	text-decoration: none;
	color: white;
}
a:hover {
	text-decoration: underline;
	color: white;
}

a:active {
	text-decoration: none;
	color: white;
}

p.Counter {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-weight: normal;
	font-size: 10px;
	text-align: center;
	line-height: 120%;
	color: silver;
	voice-family: Veronika;
	stress: 50;
	richness: 90;
	volume: x-loud;
	speak: normal;
	pause: 20ms;
	azimuth: 0deg;
	elevation: level;
	speech-rate: medium;

}