.text {
	font-family: "Tahoma", "Arial";
	font-size: 10px;
        color: #32433e;
}

.text2 {
	font-family: "Tahoma", "Arial";
	font-size: 10px;
        color: #131a18;
}

input {
	font-family: "Tahoma", "Arial";
	font-size: 10px;
}
select {
	font-family: "Tahoma", "Arial";
	font-size: 10px;
}
textarea {
	font-family: "Tahoma", "Arial";
	font-size: 10px;
}
.border {
	border: 1px solid #efb036;
}

h1 {
    margin-top: 16px;
	font-family: "Tahoma", "Arial";
	font-size: 14px;
        color:white;
}

.kasmenu {
        margin-rigth: 46;
        text-align: left;
        font-weight: bold;
	font-family: "Tahoma", "Arial";
	font-size: 12px;
        color: white;
}

.kasmenu a:link {
        color: white;
	font-weight: bold;
}

.kasmenu a:active{
        color: white;
	font-weight: bold;
}

.kasmenu a:hover {
        color: white;
	font-weight: bold;
}

.kasmenu a:visited {
        color: white;
	font-weight: bold;
}


a:link { 
	text-decoration: none; 
	color: #0a6e51;
	}

a:visited { 
	text-decoration: none; 
	color: #0a6e51;
	}

a:hover, a:active { 
	text-decoration: none; 
	color: white;
	}
