HTML 
{
	border: 0; margin: 0px; 
}

BODY 
{
	margin: 15px;
	background-color: #FFCC00;
	color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
}

NOSCRIPT {color: red;}

.leftcol {width: 180px}
.rightcol {padding-left: 15px}

.subjectgroup 
{
	font-family: arial;
	font-size: 78%;
	margin-bottom: 3px;
	padding: 2px;
	border: 1px solid #000;
	border-right: 2px solid #000;
	border-bottom: 3px solid #000;
}

.subjectheadline {font-weight: bold; color: #fff; background: #000; padding-left: 3px}

H1,H2,H3 {font-weight: normal}
H1 {text-align: center; letter-spacing: 5px; border-left: 20px solid #000; border-right: 20px solid #000; border-bottom: 1px solid #000; border-top: 1px solid #000; margin-top: 0}
H2 {letter-spacing: 3px; margin-top: 40px; margin-bottom: 10px}
H3 {letter-spacing: 2px; margin-left: 10px; margin-top: 30px; margin-bottom: 5px}

P {margin-left: 20px; margin-top: 2px}

FORM {margin: 0}
.formfield {font-size: 100%; font-family: arial; width: 120px; border: 1px dotted #000; padding-left: 0.3em}
.formbutton {font-size: 100%; font-family: arial; background: #fff; color: #000}
.converterformfield {text-align: center}


:link, 
:visited, 
:link:active, 
:visited:active 
{
  text-decoration: none;
}

:link:hover, 
:visited:hover 
{
  text-decoration : underline;
}

:link {color:#0000FF}
:visited {color:#808000}

:link:active,
:visited:active
{
  color:#FF0000
}

.TextRight
{
  text-align:right;
}

.TextLeft
{
  text-align:left;
}

.TextBlue
{
  color:#0000FF;
}
