
/***********************************************/
/* HTML tag styles                             */
/***********************************************/

/***********************************************/

.Stil1 {font-size: 45px ; font-family: Standardschriftart ; color: #010101;}
.Stil2 {font-size: 24px ; font-family: Standardschriftart ; color: #010101;}
.Stil3 {font-size: 12pt ; font-weight: bold;}
.Stil4 {font-size: 30px ; font-family: Standardschriftart ; color: #010101;}
/***********************************************/


/***********************************************/

#a1 { position:absolute; top:1px; left:10px; width:20px; height:18px; }
#a2 { position:absolute; top:21px; left:10px; width:20px; height:18px; }
#a3 { position:absolute; top:41px; left:10px; width:20px; height:18px; }



/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #010101;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/********************* end **********************/
