@import "areas.css";
@import "lightbox.css";

BODY {
	text-align: justify;
	/*background-color: #222;*/
	background: url(grafika/pattern.gif);
	color: #EEE;
	font-family: sans-serif;
	font-size: 10pt;
}

P {
	text-align: justify;
	color: #EEE;
	font-family: sans-serif;
	font-size: 10pt;
}

H1 {
	text-align: center;
	color: #EEE;
	font: normal bold 14pt sans-serif;
}

H2 {
	text-align: justify;
	color: #EEE;
	font: normal bold 12pt sans-serif;
}

H3 {
	text-align: justify;
	color: #EEE;
	font: normal bold 11pt sans-serif;
}

IMG {
	border: none;
	float: left;
	margin-right: 20px;
}

INPUT[type=text] {
	width: 400px;
	background-color: #222;
	color: #EEE;
}

TEXTAREA {
	width: 400px;
	height: 200px;
	background-color: #222;
	color: #EEE;
}

TABLE {
	border: 0;
	width: 100%;
	text-align: center;
}

A { color: #FF0; }
A:link { color: #FF0; text-decoration: none; }
A:visited { color: #FB0; text-decoration: none; }
A:hover { color: #FB0; text-decoration: underline }
A:active { color: #F70; text-decoration: underline; }
