 body, table { font-family:arial; font-size: 10pt; }
 body { background-color: rgb(94,97,117); color: black; }
 a.menyknapp {
	/* border-bottom: 1px solid black;
	border-right: 1px solid black;
	border-top: 0px;
	border-left: 0px;
        width: 110px;
	display: auto;
	background-color: white; */
	text-decoration:none;
	color: black;

 }
 a.menyknapp:hover {
	border: 0px;
	text-decoration:none;
	color: rgb(140,98,56);
	/* background-color: rgb(140,98,56); */

 }
 .frame { background-color: rgb(235,235,235);  height:50%; }
 .copyright { color: rgb(255,255,255); text-align: center; }
 .logo { margin-left:200px; }

.thbody { background-color: rgb(140,98,56); color: white; }
.tdbody { background-color: rgb(140,98,56); color: white; }

 a {
   text-decoration: underline;
   color: #3366CC;
}
 a:hover {
   text-decoration: none;
   color: rgb(140,98,56);
}