body {
	background-color: #f0dfb2;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:link {
	color: #7B483E;
}
a:visited {
color: #3B181E;
}
a:hover {
	color: #7B483E;
}
a:active {
	color: #6F7789;
}


.style1 {
	font-size: 36px;
	font-weight: bold;
}
.style2 {font-size: 12px}


.underline {
	text-decoration: underline;
}
.italic {
	font-style: italic;
}
