html,body{
margin: 0;
padding: 0;
height: 100%;
text-align: center;
}
body{
color: white;
width: 100%;
background-color: white;
margin-left: auto;
margin-right: auto;
margin-bottom: 5px;
font: bold 15px "Trebuchet MS", Verdana, Arial, Helvetica;
background-image: url('design1.jpg');
background-position: center top;
}
img.book{
border-style: none;
margin-top: 20%;
}
img{
border-style: none;
}
h1, h2, h3, h4, h5, h6{
color: white;
font-family: Verdana;
text-align:center;
}
#white{
color: white;
font-weight: bold;
}
font.important{
color: #FFB502;
font-weight:normal;
}
font.copyright{
color: white;
font-family: Verdana;
font-size: 12px;
font-weight: bold;
}
table.top{
background-color: #1A6300;
/* for IE */
  filter:alpha(opacity=80);
  /* CSS3 standard */
  opacity:0.8;
  /* for Mozilla */
  -moz-opacity:0.8;
width: 100%;
height: 15%;
border-bottom: 1px black solid;
border-collapse: collapse;
}
table.main{
width: 800px;
border: 1px black solid;
border-collapse: collapse;
border-spacing: 0px;
}
td.list{ 
background-color: #1A6300;
/* for IE */
  filter:alpha(opacity=85);
  /* CSS3 standard */
  opacity:0.85;
  /* for Mozilla */
  -moz-opacity:0.80;
padding: 10px;
border: 1px black solid;
border-collapse: collapse;
font-family: Verdana;
font-weight: bold;
font-size: 12px;
text-align: center;
color: white;
}
td.sponsors
{ 
background-color: #1A6300;
/* for IE */
  filter:alpha(opacity=85);
  /* CSS3 standard */
  opacity:0.85;
  /* for Mozilla */
  -moz-opacity:0.80;
padding: 10px;
border: 1px black solid;
border-collapse: collapse;
font-family: Arial;
font-weight: normal;
font-size: 12px;
color: white;
}
td.text
{background-color: #143500;
background-image: url('domki.jpg');
padding: 10px;
border: 1px black solid;
border-collapse: collapse;
font-family: Arial;
font-weight: normal;
font-size: 12px;
color: white;
}
font.red{
color: #FF9702;
font-weight: bold;
}
h5, h4, h3, h2, h1.red{
color: black;
font-weight: bold;
}
ul, ul li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}
ul {
	width: 208px;
	padding: 2px 2px 2px 2px;
	background-color: #AEEE03;
	border: 3px double #FF9702;
}

ul li {
	border-bottom: 1px solid #FF9702;
}

ul a:link, ul a:visited {
	display: block;
	width: 184px;
	text-decoration: none;
	text-align:center;
	padding: 7px;
	font-weight: bold;
	background-color: #1E7300;
	color: white;
	border-left: 10px solid #154F00;
}

ul a:hover {
	width: 174px;
	background-color: #299502;
	text-align:center;
	color: white;
	border-left: 20px solid #1F7101;
}
