/* (c) 2008 Jussi Rosti Translations */

body {

			
			background-color: White;
			background-attachment: fixed;

			background-repeat: repeat;
			text-align: center; 
			font-family: Calibri;
		
		

}

h1 {

	font-size: 1.5em;
	color: Black;
	padding: 0.1em;
}

h2 {

	font-size: 1.2em;
	padding: 0.5em;

}


.normal {
	width: 900px;
	color: black;	
	background-color: White;

.a { color: Green }



}

.button a {
	background: #B2BB1E;
	border-left: 1px solid Ivory;
	border-top: 1px solid Ivory;
	border-right: 2px solid NavyBlue;
	border-bottom: 2px solid NavyBlue;
	float: left;
	color: White;
	padding-top: 3px;
	padding-bottom: 3px;
	width: 178px; height: 18px;
	font-size: 0.8em;

}

.button a:hover {
	background-color: LightGrey;
	color: #B2BB1E;
}


.searchwords {
		color: LightGrey;
}

.languagelink a {
	color: #f9d700;
	float: right; 
	font-size: 0.8em;
}

