
/* General settings */
body {
	font-family: arial;
	font-size: 11px;
	font-weight: bolder;
	color: #ffffff;
	margin: 5px 0px 0px 5px;
	line-height: 100%;
}

table {
	border:1px solid white;
}

td {
	font-family: arial;
	font-size: 11px;
	color: white;
	line-height: 120%;
}

a:hover {
	font-family: arial;
	font-size: 11px;
	text-decoration: underline;
	color: white;
}

table.header a {
	font-size: 11px;
	font-family: arial;
	color: #D8AED8;
}

table.header td {
	font-size: 11px;
	font-family: arial;
	font-weight: bolder;
	color: white;
}


