/* Main Selectors */
body {
	background-color: #000000;
	color: #FFFFFF;
}

a:visited {
	background-color: transparent;
        text-decoration: none;
	color: #008080;
}


a:link {
	text-decoration: none;
	color: #FFFFFF;
}

a:hover {
	background-color: transparent;
        text-decoration: none;
	color: #800080;

}

/* Header */

div#header p {
	font-family: tahoma, arial, helvetica, sans-serif;
	text-align: center;
	background-color: transparent;
	color: #FFFFFF;
        font-size: 13px;
}


/* Footer */

div#footer p {
	font-family: tahoma, arial, helvetica, sans-serif;
	text-align: center;
	background-color: transparent;
	color: #FFFFFF;
        font-size: 13px;
}

/* Content */

div#content table {
        margin-left: auto;
	margin-right: auto;
	text-align: center;

}

div#content td.cell {

        font-family: tahoma, arial, helvetica, sans-serif;
	text-align: center;
	background-color: transparent;
	color: #FFFFFF;
        font-size: 13px;

}



