body,td,th {
	color: #FFFFFF;
}
body {
	background-color: #000000;
	background-image: url(images/blokovano.gif);
}
.style1 {font-size: 36px}

#container {
	background-color: #000000;
	width: 700px;
	text-align: center;
	border: 1px dotted #999999;
	margin-right: auto;
	margin-left: auto;
}
#top {
	height: 50px;
	width: 700px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 50px;
	font-weight: bold;
	color: #00FF00;
	text-decoration: blink;
}
#main {
	background-image: url(images/stop.gif);
	height: 700px;
	width: 700px;
	background-repeat: no-repeat;
	text-align: center;
	background-position: center center;
	font-size: 18px;
	color: #FFFF00;
}
#bottom {
	height: 50px;
	width: 700px;
	text-align: center;
	font-size: 18px;
	color: #FFFF00;
}
a:link {
	color: #FFFF00;
}
a:visited {
	color: #FFFF00;
}
a:hover {
	color: #FF0000;
}
a:active {
	color: #FFFF00;
}
