/* 	
	========================================================================================
	Notes:
	
	1)	to link to html file, use: 
		<link rel="stylesheet" type="text/css" href="template/style.css" />
	
	2)	styles starting with "." (eg. ".funkytext") are referenced using class="funkytext"
		(eg. <div class="funkytext">)
	
	3)	styles starting with "#" (eg. "#reallyfunky") are referenced using id="reallyfunky"
		(eg. <div id="reallyfunky">)
	========================================================================================
*/


/* --- Normal Text / All Sizes --------------------------------------------------------------- */


/*p,a,h1,h2,h3,h4,h5,h6,h7,table,tr,td,img,ul,ol,li {
	font-family: "Times New Roman";
}
*/

p {
	font-size:15px;
}


.auswertung {
}

.psi {
	font-family: serif;
	font-size: 96px;
	color: #99FF99;
	text-shadow: #339933 3px 3px 5px;

}

.attention	{
	color: #CC3333; 
	font-size: 12px;
	font-weight: bold;
	}

.bloglink	{
	color: #000000; 
	font-size: 12px;
	}

.ueberschrift	{
	color: #000000; 
	font-size: 18px;
	font-weight: bold;
	}

.hauptlink	{
	color: #000000; 
	font-size: 15px;
	font-weight: bold;
	}

.ergebnis	{
	color: #000000; 
	font-size: 12px;
	}

.ergebnis_100	{
	color: #CC3333; 
	font-size: 12px;
	font-weight: bold;
	text-decoration: blink;
	}

.ergebnis_85	{
	color: #009900; 
	font-size: 12px;
	font-weight: bold;
	}

.ergebnis_header	{
	color: #000000; 
	font-size: 12px;
	font-weight: bold;
	}

.kapitel	{
	color: #000000; 
	font-size: 12px; 
	}

.methodik_header	{
	color: #000000; 
	font-size: 15px;
	font-weight: bold;
	}

.methodik_frage	{
	color: #000000; 
	font-size: 12px;
	background-color: #FFFFCC;
	}

.methodik	{
	color: #000000; 
	font-size: 12px;
	}

