BODY	{
	background-color : #8E453E;
	background-image : url(grafika/underground_middle.jpg);
	color : White;
}
		
TD.left {
	background-image : url(grafika/underground_left.jpg);
	background-repeat : repeat-y;
}

TD.middle {
	background-image : url(grafika/underground_middle.jpg);
	background-repeat : repeat;
}

TD.right {
	background-image : url(grafika/underground_right.jpg);
	background-repeat : repeat-y;
}

DIV.text {
	width : 500px;
}

H1	{
	color : White;
}

H2	{
	color : White;
}

H3	{
	color : White;
}

H4 {
	color : White;
	text-align : left;
	margin-bottom : -15px;
}

	
A	{
	color : #ECB9B6;
} 

A:VISITED	{
			color : Silver;
}

A:HOVER	{
	color : White;
}

P {
	text-align : justify;
	text-indent : 30px;
	color : White;
}

TD {
	color : White;
}

UL {
	text-align : left;
}

DIV {
	color : White;
}

HR {
	color : #ECB9B6;
}

