body {
color: #333;
font-family: sans-serif;
font-size: small;
margin: 0;
margin: auto;
background-image: url("/img/body.png");
background-repeat: repeat;
}
.maincontent {
-moz-box-shadow: 0px 0px 10px #000000;
-webkit-box-shadow: 0px 0px 10px #000000;
box-shadow: 0px 0px 10px #000000;
max-width: 500px;
margin: auto; 
}
.head {
background: #393d43;
border-color: #61646b transparent #393d43;
border-style: solid;
border-width: 1px 0;
color: #ccc;
padding: 3px;
text-align: center;
}
.foot {
background: #393d43;
border-color: #61646b transparent #393d43;
border-style: solid;
border-width: 1px 0;
color: #ccc;
padding: 3px;
text-align: center;
}
.semihead {
background: #4f5158;
border-color: #61646b transparent #393d43;
border-style: solid;
border-width: 1px 0;
color: #ccc;
padding: 3px;
}
.semibody {
padding: 3px;
border: 1px solid #ccc;
background: #eee repeat-x top;
margin-bottom: 1px;
}
.body {
padding: 3px;
background-color: #fff;
}
a:link, a:active, a{
color: #ff0000;
text-decoration: none;
transition: color 0.7s;
-moz-transition:color 0.7s;
-webkit-transition:color 0.7s;
-o-transition:color 0.7s;
}

a:hover{
color: #ff9999;
text-decoration: none;
}