@charset "utf-8";
/* CSS Document */

*
{
margin:0px;
padding: 0px;
border: none;
}

body{
background-color:#8b7555;
margin: 0 auto;
color: #331516;
}
p{
font-family:Calibri;
font-size: 14px;
margin:10px 20px 0px 40px;
font-weight:bold;
color: #331516;
}
#maincontent{
margin:5px auto;
text-align:center;
}

/*LIKS*/
p.mainlinks{
float:right;
margin-right:20px;
margin-top:40px;
}
.mainlinks img{
margin-bottom:5px;
}
a:link{
color: #331516;
}
a:visited{
color: #331516;
}
a:hover{
color:#9e0b11;
}





/*CLASSES & PROPERTIES*/

.center{
text-align:center;
margin:0 auto;
}
