body {
	background-image : url(../images/bg_02.gif);
	background-repeat : repeat-y;
	background-color: #232323;
}

body, table {
	font-family : arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #FFFFFF;
}

td.text {
	padding : 5px;
	text-align : justify;
	background-color : #632E70;
}

a:link {
	color : #FFFFFF;
	font-weight : bold;
}

a:visited {
	color : #FFFFFF;
	font-weight : bold;
}

a:hover {
	text-decoration : none;
}