BODY {
	background-color:		white;
	background-image:		url("../images/bg_birdie.gif");
	background-attachment:	fixed;
	background-position:	0.5em 1em;
	background-repeat:		no-repeat;
	color:					#786F9F;
	font-family:			Verdana,Arial,sans-serif;
	font-style:				normal;
	font-variant:			normal;
	font-weight:			normal;
	font-size:				10pt;

	text-align:				justify;
	text-decoration:		none;
	white-space:			normal;

	margin-left:			1em;
	margin-right:			1em;
	margin-top:				1em;
	margin-bottom:			1em;
}

A {
	font-style:				oblique;
	cursor:					help;
}

A:link {
	color:					blue;
	text-decoration:		none;
}

A:visited {
	color:					blue;
	text-decoration:		none;
}

A:hover {
	color:					white;
	background:				#786F9F;
}

A:active {
	color:					white;
	text-decoration:		none;
	background:				#FF8080;
}

A.blank {
	font-style:				oblique;
	cursor:					url('http://www.vogelsinger.at/images/ok.cur'), move;
}

A.blank:link{
	color:					blue;
	background:				white;
}
A.blank:visited{
	color:					blue;
	background:				white;
}
A.blank:active{
	color:					blue;
	background:				white;
}
A.blank:hover{
	color:					blue;
	background:				white;
}

H1[title] {
	color:					red;
	background:				white;
}

H1 {
	font-family:			"Times New Roman", Serif;
	font-size:				17.28pt;
	font-weight:			bold;
	text-transform:			uppercase;
}

H2 {
	font-family:			"Times New Roman", Serif;
	font-size:				14.4pt;
	font-weight:			bold;
	text-transform:			uppercase;
}

H3 {
	font-family:			"Times New Roman", Serif;
	font-size:				12pt;
	font-weight:			normal;
	font-variant:			small-caps;
}

H4 {
	font-family:			"Times New Roman", Serif;
	font-size:				10pt;
	text-transform:			uppercase;
}

H5 {
	font-family:			"Times New Roman", Serif;
	font-size:				8.33pt;
	text-transform:			uppercase;
}

H6 {
	font-family:			"Times New Roman", Serif;
	font-size:				6.94pt;
	text-transform:			uppercase;
}

INPUT.tt {
	font-family:			"Lucida Console","Courier New",Monospaced;
	font-size:				10pt;
	border-width:			1px;
	border-color:			#7F9DB9 #7F9DB9 #7F9DB9 #7F9DB9;
}
INPUT.tt:focus  {
	background: 			yellow;
}


.teletype {
	font-family:			"Lucida Console","Courier New",Monospaced;
	font-size:				14pt;
	font-weight:			bold;
}

.boxed {
	background:				ThreeDFace;
	border-width:			5px;
	border-color:			ThreeDShadow ThreeDDarkShadow ThreeDDarkShadow ThreeDShadow;
	border-style:			solid;
	margin:					1em 4em 1em 4em;
	padding:				0.5em 1em 0.5em 1em;
	text-align:				center;
}