#container , #UDX{
	height: 600px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
a {
	color: #69C;
	text-decoration:none;
	font-size:12px;
}

a:hover {
text-decoration:underline;
}

h1 {
font-size:22px;
font-weight:bold;
}

h2 {
font-size:16px;
font-weight:bold;
}

h3 {
font-size:14px;
font-weight:bold;
}

p {
font-size:10px;
}
body {
	background: #100D0C;
}
#container{
	color: #FFF;
	margin-top: 5px;
	margin-bottom: 5px;
	font: 14px Arial;
}
