/* Asta Nielsen - Stylesheet */

BODY {
	font-family : "Times New Roman", Times, serif;
	font-size : 12pt;
	font-style : oblique;
	font-weight : normal;
	color : #CCFFCC;
	background-image : url('images/back100.jpg');
	background-color : #000000;
	scrollbar-face-color: #003300;
	scrollbar-highlight-color: #00CC66;
	scrollbar-3dlight-color: #00CC66;
	scrollbar-darkshadow-color: #006600;
	scrollbar-shadow-color: #006600;
	scrollbar-arrow-color: #00CC00;
	scrollbar-track-color: #000000;
}

H1 {
	font-size : 24pt;
	color:#00CC66;
}

H2 {
	font-size : 18pt;
	color:#00CC66;
}

H3 {
	font-size : 14pt;
}

H4 {
	font-size : 12pt;
	color:#CCFF99
}

H6 {
	font-size : 8pt;
}

HR {
	color :#00CC66;
}

A:ACTIVE {
	text-decoration : none;
	color:#00FF00
}
A:VISITED {
	text-decoration : none;
	color :#C0C0C0
}
A:LINK {
	text-decoration : none;
	color :#00CC66
}
.smalltext {
	font-size : xx-small;
}
.mark {
	color : #66FF00;
}
.text-left {
	padding-right : 20%;
	float : right;
}
.text-right {
	padding-left : 20px;
	float : left;
}