* {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
}

body      {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/bg.jpg);
	color: #FFFFFF;
	margin:0;
}
td {font-size:10pt;}

h1   {
	color: #FFFFFF;
	font-size: 20pt;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
p {
	font-size: 10pt;
}

ul {
	font-size: 10pt;
	color: #FFFFFF;
	list-style-type: square;
}

a {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}

a:hover  {
	color: #CCCCCC;
	text-decoration: none;
	font-weight: bold;
}

.footer  {
	text-align: center;
	font-size:8pt;
}

.img {
	border: 10px solid #FFFFFF;
}
