/* Riefenstahl - Stylesheet */

BODY {
	font-family : "Times New Roman", Times, serif;
	font-size : 12pt;
	font-style : italic;
	font-weight : bold;
	color : Silver;
	text-align : justify;
	/*margin-left : 30px;*/
	/*margin-right : 30px;*/
	background-color : rgb(000,000,000);
	background-image : url('A-back691.jpg');
	scrollbar-face-color: #242424;
	scrollbar-highlight-color: #B0C4DE;
	scrollbar-3dlight-color: #B0C4DE;
	scrollbar-darkshadow-color: #B0C4DE;
	scrollbar-shadow-color: #B0C4DE;
	scrollbar-arrow-color: #B0C4DE;
	scrollbar-track-color: #000000;
}

H1 {
	font-size : 26pt;
	color : #B0C4DE;
}

H2 {
	font-size : 20pt;
	color : #B0C4DE;
}

H3 {
	font-size : 16pt;
}

H6 {
	font-size : 8pt;
}

HR {
	color : #B0C4DE;
}

A:ACTIVE {
	text-decoration : none;
	color : #FFFFF0;
}

A:VISITED {
	text-decoration : none;
	color : #778899;
}

A:LINK {
	text-decoration : none;
	color : #4682B4;
}

.smalltext {
	font-size : xx-small;
}

.mark {
	color : White;
}

.text-left {
	padding-right : 20%;
	float : right;
}

.text-right {
	padding-left : 20px;
	float : left;
}

#white {
	color: White
}

#blue {
	color : #6495ED;
}

#red {
	color: #FF0066;
}