body {
 background: #000;
 margin:20px 20px 0px 20px;
 color: #993300;
 font-family: verdana;
 font-size: 15px;
}
	
#main {
 background: #FFF;
 margin: 0px 0px 0px 0px;
 padding-bottom: 10px;
 border: 3px outset black;
 }

.text {
 padding-top: 1px;
 margin: 10px 10px 10px 10px;
 }

.menu {
 float:right;
 width:176px;
 border-left: 2px inset grey;
 border-bottom: 3px inset grey;
 background: #000;
 margin:0px 0px 0px 10px;
 padding: 10px 10px 10px 10px;
 font-size: 85%;
 }

.message{
 border-left: 1px dashed #CC3300;
 border-bottom: 1px dashed #CC3300;
 border-top: 1px dashed #CC3300;
 margin: 10px 10px 10px 10px;
 padding: 10px 5px 5px 15px
}

#img-left {
	background: #000;
	border: 2px inset #CC6633;
	margin: 0px 10px 0px 0px;
	float: left;
	}
.header{
	border-bottom:2px dotted #CC6633;
	}

.date{
 background: black;
 font-weight: bold;
 text-align: left;
 border: 2px inset grey;
 color: #CC3300;
 padding: 10px 10px 10px 10px;
 margin: 5px 5px 5px 5px;
 }

#top{
	text-align:center;
	}
.center{
	text-align:center;
	}

ul.menul
{
  padding-left: 25px;
  padding-bottom: 10px;
  padding-top: 10px;
  margin: 0;
}


A.menul:LINK{
 color: #FF6600; background: #000;
 text-decoration: none
 }
A.menul:VISITED{
 color: #CC3300; background: #000;
 text-decoration: none
 }
A.menul:HOVER	{
 color: #CC3300; background: #000;
 text-decoration: underline
 }

A:LINK{
 color: #FF6600; background: #FFF;
 text-decoration: none
 }

A:VISITED{
 color: #CC3300; background: #FFF;
 text-decoration: none
 }

A:HOVER	{
 color: #CC3300; background: #FFF;
 text-decoration: underline
 }