body 
{
  background-color: #141414;
  font-family: Arial, Verdana, Sans-Serif;
  color: #FFFFFF; 
}

/* sivupohja */

div#main 
{
	width: 480px;
	margin: 0 auto;
}

div#header
{
    background-color: #000000;
    border-top: 2px solid #ed1b35;
    border-bottom: 2px solid #ed1b35;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0px 0px 0px 0px; 
}

div#info 
{
    background-color: #000000;
    border-top: 2px solid #ed1b35;
    border-bottom: 2px solid #ed1b35;
    margin-bottom: 10px;
    padding: 6px 10px 0 10px;
    text-align: left;
}

div#content 
{
    background-color: #000000;
    border-top: 2px solid #ed1b35;
    border-bottom: 2px solid #ed1b35;
    margin-bottom: 40px;
    padding: 6px 10px 0 10px;
}

.katkaisu
{
    clear: both;
    margin-top: 10px;
}

/* tekstit */

h2.info 
{
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    margin: 0 0 0 0;
    padding: 6px 0 0 6px;  
    border-top: 0px solid #ed1b35;
    text-align: left;
}

h2 
{
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    margin: 12px 0 0 0;
    padding: 6px 0 0 6px;  
    border-top: 1px solid #4e4e4e;
    text-align: left;
}

div.pvm 
{
    font-size: 10px;
    font-weight: bold;
    color: #ed1b35;
    margin: 0;
    padding: 0 0 8px 8px;
    text-align: left;
}

p.juttuteksti 
{
	font-size: 10px;
	color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
}

/* kuvat */

div.kuvat 
{
    padding-left: 10px;
    text-align: left;
}

img.juttukuva
{
    border: 2px solid #4e4e4e;
    margin-right: 6px;
    margin-bottom: 6px;
    text-align: left;
}

/* linkit */

a:hover {
	color: #ed1b35;
	text-decoration: none;
}

a {
	color: #ffffff;
	text-decoration: underline;
}

