a.navigation:link {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

a.navigation:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

a.navigation:hover{
	color: #FF9900;
	font-weight: bold;
	margin: 3px;
	text-decoration: none;
}

a.navigation:active {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}


a.navi:link {
	color: #FFFFFF;
	text-decoration: none;
}

a.navi:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.navi:hover{
	color: #FF9900;
	text-decoration: none;
}

a.navi:active {
	color: #FFFFFF;
	text-decoration: none;
}


a.navi_bot:link {
	font-size: 10px;
	color: #555555;
	text-decoration: none;
}

a.navi_bot:visited {
	font-size: 10px;
	color: #555555;
	text-decoration: none;
}

a.navi_bot:hover{
	font-size: 10px;
	color: #555555;
	text-decoration: none;
}

a.navi_bot:active {
	font-size: 10px;
	color: #555555;
	text-decoration: none;
}


a.button {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    cursor: pointer;
    background-color: gray;
    border: none;
    padding: 2px 4px;
    text-align: center;
    font-family: "Arial";
    font-size: 11px;
    text-decoration: none;
    color: black;
}

a.button:hover {
    background-color: #C0C0C0;
}
