body {
	margin: 0px;
	padding: 0px;
	background-image: url('images/background.jpg');
}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.bullets {
	color: #FFFFFF;
	list-style-type: square;
}
.bg_cell {
	background-image: url('images/background_cell.jpg');
	background-repeat: no-repeat;
	background-position: left top
}
a:link {
	color: #FF0000;
}
a:visited {
	color: #FF0000;
}
a:hover {
	color: #1D1256;
}
a:active {
	color: #FF0000;
}
