﻿body { 
background-color:#333333;  
font-size: 12px; 
font-family:Arial, Helvetica, sans-serif; 
} 
 
.styleHeader {
    background-image:url('images/Header.jpg');
	font-size:16px;
	font-weight:bold;
	color:white;
}

.styleContent {
   /* background-image:url('images/VK logo harmaa.jpg'); */
	font-size:12px;
}

.styleNormal {
	border-style: none;
	background-color: white;
	font-size: 12px;
}


.styleSmalls {
	background-color:black;
	color:white;
    font-size: 10px;
}

.styleBig {
	font-size: 16px;
	font-weight:bold;
}

	
.styleBigger {
	background-color:white;
	font-size: 22px;
	font-weight: bold;
}

.styleVapari {
	font-family: Vaparit;
	font-size: 36px;
}

.styleOtsikkopalkki {
	background-color:Black;
	font-size: 22px;
	font-weight: bold;
	color:white;	
}

.clickkedNavLink{
	font-size: 20px;
	color:white;
}

.navLink{
	color:white;
}


.footer{
	height:30px;
	background-image:url('images/Footer.jpg');
	border-width: 0;
	font-size: 12px;
	color: white;
	text-align: center;
}



		
