html {
    height: 100%;
}
body {
    background-color: #7D7D7D;
    font-family: Verdana;
    font-size: 11px;
    color: #000;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
}
table {
    font-family: Verdana;
    font-size: 11px;
    color: #000;
}

a {color: #000; text-decoration: underline;}
a:hover {color: #555; text-decoration: underline;}

form {margin: 0px; padding: 0px;}

h1 {
	color: #000;
	font-size: 12px;
	font-weight: bold;
}
h2 {
	color: #000;
	font-size: 11px;
	font-weight: bold;
}
h3 {
	color: #000;
	font-size: 10px;
	font-weight: bold;
}
h4 {
	color: #000;
	font-size: 10px;
	font-weight: bold;
}

.saade td {
	background:url(../gfx/saate_bg.jpg) no-repeat; padding:10px; padding-bottom:20px; width:10%;;
}
