/* DATEI: EMT.css */

body { 
	margin-top		:8px; 
	margin-bottom	:8px; 
	}
h1,h2,h3,h4 { 
	font-family		:Times New Roman, Times, serif; 
	}
p,ul,ol,li,div,td,th,address,blockquote,nobr,b,i { 
	font-family		:Arial, serif; 
	}
h1 { 
	font-size		:24pt; 
	}
h2 { 
	font-size		:20pt; 
	}
h3 { 
	font-size		:16pt; 
	}
h4 { 
	font-size		:14pt; 
	}
p,ul,ol,li,div,td,th,address,nobr,b,i { 
	font-size		:12pt; 
	}
pre {
	font-family		:"Courier New", Courier, monospace;
	font-size		:12pt;
	color			:Navy;
	font-style 		:italic;
	}
tt {
	font-family		:"Arial Black";
	font-size		:12pt;
	color			:Purple;
	}
tt.mt {
	font-family		:Symbol;
	font-size		:12pt;
	color			:Purple;
	}
tt.math {
	font-family		:Symbol;
	font-size		:14pt;
	color			:Black;
	font-style 		:italic;
	}
td.xmpcode {
	font-family		:Courier New,Courier; 
	color			:#0000C0;
	border-width	:1pt; 
	border-style	:solid; 
	border-color	:#999999; 
	background-color:#FFFFE0; 
	}
p.xplcode { 
font-family			:Courier New,Courier;
color				:#0000C0;
background-color	:#FFFFE0;
	}
.math {
	font-family		:"Times New Roman", Times, serif;
	color			:Black;
	font-size		:13pt;
	font-style 		:italic;
	font-weight 	:bold;
	}
.doc {
	background-color:#33ffff;
	}
.qbar {
	background-color:FFFFE0;
	font-size		:12pt;
	font-family		:Arial,sans-serif;
	color			:Teal;
	}
.quizQuestion {
	font-family		: Verdana,sans-serif;
	font-size		: 11pt;
	font-weight		: bold;
	color			: blue;
}
.quizRightWrong {
	font-family		: Verdana,sans-serif;
	font-size		: 11pt;
	font-weight		: bold;
	color			: red;
}
.quizText {
	font-family: "Verdana Ref";
	font-size: 10pt;
	color: Olive;
}
.quizAnswers {
	font-family		: Verdana,sans-serif;
	font-size		: 10pt;
	color			: black;
}
.quizIndent {
	font-family		: Verdana,sans-serif;
	font-size		: 8pt;
	color				: black;
	margin-left		: 12pt; 
}
pre.normal { 
	color			:#000000; 
	}
a:link {
	color			:#1E90FF;
	text-decoration	:none;
	font-weight		:bold;
	}
a:visited {
	color			:#708090;
	font-weight		:bold;
	text-decoration	:none;
	}
a:active { 
	color			:#000000; 
	font-weight		:bold;
	text-decoration	:underline;
	}
a:hover {
	text-decoration	:underline
	}
a.an { 
	text-decoration	:none;
	}
