BODY {
	background-color: white;
        font-size:95%; 
        font-family: arial, helvetica, sans-serif;
	margin: 0;
	padding: 0; 
}	

#menu {
	margin-left: 40px;
	background-color: transparent;
	vertical-align: bottom;
	margin-bottom: 0px;
}

A
{
	text-decoration:none;
        font-size:95%; 
        font-weight:bold; 
	background-color: transparent;

}
A:LINK
{ 
color:white; 
}

A:VISITED
{ 
color:white; 
}

A:ACTIVE
{ color:black; }

A:HOVER
{ color:black; }

A.chosen { color:black; }

h1,h2, h3
{
        color:black;
	background-color: transparent; 
        font-weight:bold; 
	text-align: center;
}
h1
{ font-size: 140%; }
h2
{ font-size: 130%; }
h3
{ font-size: 120%; }


P, TABLE, FORM
{ font-size:95%; }


.otsikko {
	font-weight: bold;
	font-size: 110%;
	text-transform: uppercase;
}

.whitebg {
	text-decoration:none;
	color: black;
        font-size:95%; 
	font-weight: bold;
	background: white;
}

HR      
{                      
	color: red;                  
	background-color: red; 
	height: 2px;
	border: 0;
}

#pystymainokset
{
        margin-left: 2%;
        margin-right: 20%;
	vertical-align: bottom;
}


