body {
background-color:#ffffee;
background-image:url("background.gif");
background-repeat:repeat-y;
background-attachment:fixed;
background-position:100% 0%;
padding: 0%,7%;
font-family:"Trebuchet MS",Sylfaen,Arial,Helvetica,sans-serif;
}

h1 {
font-size:32pt;
text-align:center;
font-family:"Trebuchet MS",serif;
color:#dd0000;
}

h2 {
font-size:24pt;
text-align:center;
font-family:"Trebuchet MS",serif;
color:#dd0000;
}

h3 {
color:#dd0000;
}

img {
	text-align:center;
	display:block;
	border: 1px groove black;
}

img.none {
	display:inline;
	border: 0px groove red;
}

div.box {
background-color:#ffffd7;
border:5px inset #ffee9d;
padding:0.25em;
margin-bottom:0.5em;
display:iblock;
text-align:justify;
background-image:none;
}

div.advert
{
	border:1px groove #000000;
	padding:2px;
	text-align:center
}



p {
	font-size:10pt;
	color:#ff6f00;
}


a.button {
background-color:#ffffd7;
color:#dd0000;
font-size:16pt;
font-weight:bold;
line-height:2.5em;
font-family:"Trebuchet MS",serif;
text-decoration:none;
padding:3px;
border-top:2px outset #dd0000;
border-left:2px outset #dd0000;
border-bottom:2px outset #ffffee;
border-right:2px outset #ffffee;
white-space:nowrap;
}

a.button:hover {
text-decoration:underline;
}

a.button:active{
border-bottom:2px outset #ffffee;
border-right:2px outset #ffffee;
border-top:2px outset #ffffee;
border-left:2px outset #ffffee;
position: relative;
top: 2px;
left: 2px
}

a {
text-decoration:none;
color:#7771ff
}

a:hover {
	text-decoration:underline
}

div.buttonbar {
text-align:center
}

hr.buttonbar {
border:3px groove #dadb77;
}

