td.body {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-align: justify;
}
td.dyk {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9px;
	background-color : EBE9E2;
}
td.heading {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	font-style: italic;
	font-weight: bolder;
	color: D73737;
}
td.smalltext {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
}
td.nav {
	font-family : cursive;
	font-size : 12px;
	color : black;
}
input {
	font-size : 10px;
	font-family : Arial, Helvetica, sans-serif;
	border : 1px #000000 solid;
	background-color : EBEBEB;
	}
input.buttons {
	font-size : 10px;
	font-family : Arial, Helvetica, sans-serif;
	border : 1px solid;
	font-weight : bold;
	}
select {
	font-size : 10px;
	font-family : Arial, Helvetica, sans-serif;
	border : 1px #000000 solid;
	background-color : EBEBEB;
	}
textarea {
	font-size : 10px;
	font-family : Arial, Helvetica, sans-serif;
	border : 1px #000000 solid;
	background-color : EBEBEB;
	}
A:ACTIVE {
	font-family : cursive;
	font-size : 12px;
	color : black;
}
A:VISITED {
	font-family : cursive;
	font-size : 12px;
	color : black;
}
A:LINK {
	font-family : cursive;
	font-size : 12px;
	color : black;
}
A:HOVER {
	font-family : cursive;
	font-size : 12px;
	color : red;
}

