html, body, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}

ul
{
width:100%;
padding:0;
margin:0;
list-style-type:none;
}

#nav a
{
float:left;
width:84px;
text-decoration:none;
color: #ffff00;
background-color:OrangeRed;
padding:0.6em 7px;
border-right:1px solid white;
font: 12px arial, sans-serif;
}

#nav a:hover
{
background-color:#ffcb00;
color:OrangeRed;
font: 12px arial, sans-serif;
}

#more a
{
float:right;
width:7.1em;
text-decoration:none;
color: #ffff00;
background-color:OrangeRed;
padding:0.6em 0.6em;
}

#more a:hover
{
background-color:#ffcb00;
color:OrangeRed;
}

#advert a
{
float:right;
width:7.1em;
text-decoration:none;
color: OrangeRed;
background-color:#f5deb3;
padding:0.6em 0.6em;
}

#advert a:hover
{
background-color:#ffcb00;
color:OrangeRed;
}

a
{
color: OrangeRed;
text-decoration:none;
}

a:hover
{
color:OrangeRed;
text-decoration:underline;
}

li {display:inline}


img {
	border: 0;
}


.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}
body {
	background: url(images/green.jpg) repeat;
	font: 16px arial, sans-serif;
	color: Teal;
	padding:0.4cm;
}

table.tablecolour {
	background:OrangeRed;
}
table.tablemaincolour {
	background:White;
}
table.tablemaincolour a{
	color:OrangeRed;
	text-decoration:none;
}

table.tablemaincolour a:hover {
	color:OrangeRed;
	text-decoration:underline;
}

div.centerbox { text-align: center; margin-left: auto; margin-right: auto; display:block; }

div.transbox  { width: 800px;  height: 233px; text-align: center; margin-left: auto; margin-right: auto; display:block; padding:0; background: url(images/paint.jpg);  color:#4b0082 ; border: 0px solid black; /* for IE */  filter:alpha(opacity=100);  /* CSS3 standard */  opacity:1.0;  }