@charset "utf-8";
/* CSS Document */

body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFF;
	color: black;
}

#picture {
	text-align: center;
	color: #001eff;
	font-size: 26pt;
	text-decoration: underline;
	font-weight: bold;
}

th {
	font-size: 20pt;
	text-align: left;
}

#footer {
	text-align: center;
	font-size: 10pt;
	color: #666;
}

a:link {
	color: black;
	text-decoration: none !important;
}

a:visited {
	color: black;
	text-decoration: none !important;
}

a:active {
	color: red;
	text-decoration:: none !important;
}

a:hover {
	color: blue;
	text-decoration: underline !important;
}

