body
{
	background-image:url(http://evilfight.xefande.com/dk/images/bground.jpg);
    font-family: Verdana, Tahoma;
    font-size: 11px;
    margin: 0;
    padding: 0;
}

a img
{
    text-decoration: none;
    border: none;
}
p{
font-weight:bold;
font-size: 15px;
}
h1 { 
font-size: 16px; 
color: #ffffff; 
font-weight:bold;
}
h2 { 
font-size: 12px; 
color: #ff9999; 
font-weight:bold;
}

a:link, a:visited
{
    color: #f6f5e1;
    text-decoration: none;
}

a:hover
{
    color: #ff0000;
    text-decoration: underline;
}

.oszlop
{
    float: left; 
    width: 190px;
}

.doboz
{
    width: 170px;
    border: 1px solid #f6f5e1; 
    margin: 6px;     
}

.doboz .main
{   
    padding: 10px;        
}

.doboz .fejlec
{
    width: 170px;
    background-color: #3b201f;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    color: #ea8b80;
    font-weight: bold;
}

.doboz .main .title a:link, .doboz .main .title a:visited
{
    color: #f6f5e1;
	font-weight: bold;
}
.doboz .main .title a:hover
{
    color: #fff000;
	text-decoration: none;
	font-weight: bold;
}


