﻿* {
	margin: 0px;
	padding: 0px;
}
body {
	height: 100%;
	background-color: white;
	color: #888888;
	font-family: tahoma, arial, sans-serif;
	font-size: 14px;
	text-align: left;
}
a {
	color: #85859c;
	text-decoration: underline;
}
a:hover {
	color: #69699c;
}
.menux {
	font-size: 10px;
}
h2 {
	color: black;
}
h3 {
	color: black;
}
a.menux {
	color: #666;
	text-decoration: none;
	display: block;
	text-align: left;
	font-weight: 400;
	border-color: #DEDEDE;
	border-style: solid;
	border-width: 0 0 0 0;
	padding: 3px 0 3px 5px;
}
a.menux:hover {
	text-decoration: none;
	border-color: white;
	color: white;
	background-color: #427BBD;
}
#menux {
	float: left;
	color: #D98C57;
	text-decoration: none;
	border-color: #CCC;
	width: 140px;
	text-align: center;
	border-style: solid;
	border-width: 0 0 0 0;
	margin: 0;
	padding: 5px 5px 15px;
	background: FFF;
	font: 400 70% Verdana,Arial,Helvetica,sans-serif;
}
