﻿body {
		background-image:url("bg.jpg");
		background-color: none;
		background-attachment: fixed;
}

.topmanu a {

	color:#000000;
	text-decoration:none;
} 
 

.topmanu a:hover {
	color:#E8ECD3;
	text-decoration:none;
}

span.text {
				color: #557643;


}
 
 
h1{
		font-size:12pt;
		font-family:arial;
}

h2{
		font-color:#486439;
		font-size:11pt;
		font-family:arial;
		font-weghit:bold;
}

p{
		font-size:10pt;
		font-family:tahoma;
		font-weight:normal;
		margin: 20px 20px 20px 20px;
}
a{
	color:#000000;
	text-decoration:none;

}
a:hover{
	color:green;
	text-decoration:none;
	
}