@charset "utf-8";
/* CSS Document */

body {
	background-color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#d5c9b0;
	}

a {
	color:#d5c9b0;
	text-decoration:none;
	}

a:hover {
	color:#F3F0E8;
	}

p {
	padding:0px 0px 30px 0px;
	margin:0px;
	}

.section {
	font-weight:bold;
	float:left;
	width:75px;
	}

.content {
	float:right;
	width:325px;
	}

.centered {
	position:absolute;
	top:10%;
	left:50%;
	width:400px;
	margin-left:-200px;
	}

.message {
	padding: 15px 0px 0px 0px;
	text-align: justify;
	width: 400px;
	clear: both;
	}

.messageright {
	padding: 0px 0px 0px 0px;
	text-align: right;
	width: 400px;
	clear: both;
	}