﻿body {
	margin: 0px;
	background-image: url('images/epl.gif');
	background-attachment: fixed;
	font-family: Arial, sans-serif;
	font-size: medium;
}
p {
	margin: 0;
	padding: 0;
}
h1 {
	padding: 0px;
	font-size: 40px;
	font-weight: normal;
	color: #cc6600;
	margin-top: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
h2 {
	margin: .25em 0 0 0;
	padding: 0;
	font-size: 30px;
	font-weight: normal;
	line-height: 1.4em;
	color: #cc6600;
}
strong {
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 25px;
	line-height: normal;
	color: #666666;
}
address {
	margin: 1em;
	font-size: 20px;
}
* html a:hover {
	visibility: visible;
}
.cssnav {
	position: relative;
	background-image: url(images/d.gif);
	background-repeat: no-repeat;
	display: block;
	width: 175px;
	height: 50px;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	font-size: 18px;
}
.cssnav a {
	display: block;
	font-size: 18px;
	width: 175px;
	height: 50px;
	display: block;
	float: left;
	color: #FFFF99;
	text-decoration: none;
}
.cssnav img {
	width: 175px;
	height: 50px;
	border: 0;
}
.cssnav a:hover img {
	visibility: hidden;
}
.cssnav span {
	position: absolute;
	left: 0px;
	top: 12px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	width: 175px;
	text-align: center;
}
img {
	border-style: none;
}
.link {
	text-decoration: none;
	color: #666666;
}
