/* 
EEMIL.FI-SIVUSTON TYYLIT
ANSSI HARJULA 2007
anssi.harjula@scan.fi    
*/

body {
	color: #000;
	
	margin: 0 0 0 0;
}


* {
padding:0;
margin:0;
}


body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color:#4e453c;
	background-image:url(kuvat_layout/tausta_etusivu.jpg);
	background-position: top center;
	background-repeat:repeat-y;
	background-color:#ebebe6;
}


 
 
p {
	margin: 1em 0;
	line-height:170%;
	font-size:12px;
}
.isompi
{
	font-size:12px;
}

a:link {
	color: #a25147;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #a25147;
}
a:hover {
	text-decoration: none;
	color: #a25147;
}
a:active {
	text-decoration: underline;
	color: #a25147;
}

#etusivu{
	text-align:center;
	margin-top:50px;
}
#etusivu a:link, a:visited{
	color:#a25147;
}

