/* CSS Document */

body {
	background-repeat: no-repeat;
	background-attachment:fixed;
}

td {
	font-family:Verdana;
	font-size:12px;
	color:#2F0900;
}
.td_header {
	font-size:28px;
}
.td_1 {
	font-size:18px;
}

a {
	text-decoration: none;
	color:#blue;
}

a:hover {
	text-decoration:underline;
	color:#5E5638;
}

a.footer {
	text-decoration: none;
	color:#FFE991;
	font-weight:bold;
	font-size:22px;
}

a.footer:hover {
	text-decoration: underline;
	color:#FFE991;
}
