body {
background-color: #FFFFFF;
font-size 		: 10pt;
margin-top		: 0px;
font-family 	: Arial;
}

a {
font-family 	: Arial, Helvetica, sans-serif;
color 			: #000000;
text-decoration : underline;
}

a:hover {
text-decoration : upperline; 
}

#container {
width			: 1024px;
padding			: 0px;
overflow		: hidden;
background-color: #FFFFFF;
margin-top		: 10px;
}

#website {
background-image: url(/project3/images/backgroundkaal.png); 
overflow		: hidden;
}

#header {
width  			: 1024px;
background-image: url(/project3/images/headerkaal.png); 
height			: 45px;
padding-top		: 120px;
padding-left	: 164px;
}

#menu {
width			: 190px;
padding-left	: 80px;
padding-right	: 0px;
padding-bottom	: 0px;
float 			: left;
padding-top		: 0px;
}

#content {
width			: 660px;
padding-left	: 280px;
padding-top		: 0px;
padding-bottom	: 10px;
}

#footer {
overflow		: hidden;
background-image: url(/project3/images/footerkaal.png);
height			: 34px;
clear			: both;
}

#table {
font-size		: 10pt;
}
