body {	
		margin:0px;
		font-family: Verdana,Tahoma,Arial,sans-serif;
		font-size: 12px;
		color:#6b6b6b;
		height:100%;
		background-color:white;
	}
	
.lang {	
		text-align:right;
		margin-right:15px;
		color:#F2E08C;
		font-size:10px;
	}

a:link, a:visited {	
		color: #F2E08C;
		text-decoration: none;
	}
a:hover, a:active { color: white; }

a.news:link, a.news:visited { color:#6b6b6b; }

a.news:hover, a.news:active { color:#315B1F; }

.content {	
		margin:50px 0 0 75px;
		padding-right:50px;
	}

.head {	
		margin-left:-20px;
		margin-bottom:10px;
	}
	
.foot {	
		font-size:10px;
		color:black;
	}
	
.foot a:link, .foot a:visited { color: black; }

.foot a:hover, .foot a:active { color: #315B1F; }

input, textarea {	
		color:black;
		background-color:white;
		border:1px solid black;
		font-size:11px;
	}		