@charset "utf-8";

body {
	background-color:black;
	color:white;
	font-family:monospace;
	text-align:center;
}

img {
	border:0px;
}

q {
	font-style:oblique;
}

p {
	text-align:justify;
}

.center {
	text-align:center;
}

.left {
	text-align:left;
}

.right {
	text-align:right;
}

.justify {
	text-align:justify;
}

a.services {
	color:white;
	text-decoration:underline;
}

a.news {
	color:white;
}

hr {
	color:white;
}

table.main {
	border-width:0px;
	padding:0px;
	border-spacing:0px;
	margin:auto;
	table-layout:fixed;
	width:630px;
}

table.content {
	border-width:thin;
	border-color:white;
	border-style:solid;
	border-collapse:collapse;
	padding:5px;
	width:630px;
}

td {
	vertical-align:top;
}

td.content {
	padding:10px;
}

td.center {
	text-align:center;
	vertical-align:middle;
	padding:10px;
}

img.right {
	float:right;
}
