/*CSS Style-Sheet für embasic.com*/

/*Immer die gleichen Schriften*/
BODY {
   font-family:Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
   font-size:12px;
   color:#000066;
}

TD {   
	font-size:12px;
   	color:#000066;
}

TD.p {   
	font-size:12px;
   	color:#000066;
}
p {   
	font-size:12px;
   	color:#000066;
}
/* ELZET bl HKS44*/
/* background-color : #0571B0; */
/* ELZET gn HKS52 */
/* background-color : #019485; */
/* Text gelb */
/* color : #FFFF66; */

a {
	text-decoration: none;
	color:#FF0000;
}
h4 {
	font-size: 26px;
	line-height: 30px;
	color: #019485;
}
h3 {
	font-size: 18px;
	line-height: 22px;
	color: #019485;
}
h2 {
	font-size: 15px;
	line-height: 19px;
	color: #019485;
}
  
.featurehead {
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	color: #CC0000;

}
A.featurehead:link {
/* Fresh link: red */
	color: #CC0000;
}
A.featurehead:visited, A.featurebody:visited {
/* Page visited: dark blue*/
	color: #000099;
}
A.featurehead:hover {
/* Mouse over link: purple */
	color: #9900CC;
}
.featurebody {
	font-size: 10px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	color: #000066;
}
.featuremore {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	line-height: 14px;
	color: #CC0000;
}
.introitus {
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	color: #000066;
}
.regular {
	font-size: 12px;
	line-height: 17px;
	color: #000066;
}
.copyright {
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	color: #000066;
}
.code {
	font-family: "Lucida Console", Courier, Fixedsys;
	font-size: 12px;
}
.syntax {
	font-weight: bold;
	color: #993300;
}
