html, body {
	margin: 0;
	padding: 0;
	background-color: #E9E9E9;
	height: 100%;
	font-size: 12px;
	font-family: arial;
}

td{
	font-size: 12px;
	font-family: arial;
}

#kant {
	border: solid;
	border-left-width: 1px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-color: #999999;
}

h1 {
	font-size: 17px;	
}
h2 {
	font-size: 15px;
}

a:link {
	color: #00F;
	text-decoration: none;
}
a:visited {
	color: #00F;
	text-decoration: none;
}
a:hover {
	color: red;
	text-decoration: underline;
}
a:active {
	color: blue;
	text-decoration: underline;
}

.bold
{
	font-weight: normal;
}
