body {
	background-color:	rgb(0,0,0);
	text-align:			center;
	margin: 			0px;
	padding:			0px;
}

table {
	border-style:		none;
}

*.with-padding {
	padding:			10px;
}

* {
	font-family:		arial, sans-serif;
	font-size:			10pt;
	color:				rgb(255,255,255);
}

*.small {
	font-size:			8pt;
}

*.large {
	font-size:			12pt;
}

*.page-title {
	font-size:			15pt;
	letter-spacing:		4pt;
}

a:link, a.small:link, a.large:link {
	color:				rgb(255,255,192);
}

a:visited, a.small:visited, a.large:visited {
	color:				rgb(255,255,255);
}

a:hover, a.small:hover, a.large:hover {
	color:				rgb(255,64,64);
	text-decoration:	none;
}


*.menu {
	height:				10%;
	text-align:			center;
}
