BODY {
		color: #1F4349;
	background-color: White;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	text-align: center;
}

hr {
	color: #1F4349;
		height : 1px;
}


A {
		color: #1A3E41;
	text-decoration: none;
	
}

A:HOVER {
	color: #0D2628;

	text-decoration: underline;	
}

h1 {
		font-size: 16px;
}

h2 {
		font-size: 14px;
}

td {
		font-size: 12px;
}
a.hidden {
	text-decoration: none;
}
a.hidden:hover {

	text-decoration: none;
}