body
{ font-family: Arial, Verdana, Helvetica, sans-serif; background-color: #5D5D5D; text-align: center; }
div

p { font-weight: regular;
	margin: 0;
	padding: 0 0 10px;
}

h1
{
	text-transform: uppercase;
	font: normal 1.55em/1.7em "Arial regular";
	margin-top: 40px;
	padding-bottom: 0;
	margin-bottom: 0;
    text-shadow: 3px 2px 8px #000000;
} 
h4
{
	text-transform: uppercase;
	font: normal 1.55em/1.7em "Arial regular";
	margin-top: 40px;
	padding-bottom: 0;
	margin-bottom: 0;
    text-shadow: 3px 2px 8px #000000;
}

img
{
	float: none;
	clear: both;
	margin-bottom: 0px;
} 
#shadow
img
{
	float: none;
	clear: both;
	margin-bottom: 10px;
    box-shadow: 4px 4px 10px #000000;
} 
}


#adres
{
	width: 540px;
	background-color: #a7b3b1;
}

A:link {
	text-decoration: none;
	color: #00CDE1;
}

A:visited {
	text-decoration: none;
	color: #00CDE1;
}

A:active {
	text-decoration: none;
	color: lightgrey;
}

A:hover {
	text-decoration: none;
	color: orange;
}