html, body, #wrapper {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFFFFF;
	background-color:#000000;
	text-align:center;
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
}
#wrapper {
	margin: 0 auto;
	text-align: left;
	vertical-align: bottom;
}

.tiny {
	font-size: 10px;
}

.small {
	font-size: 12px;
}

.medium {
	font-size: 14px;
}

.large {
	font-size: 20px;
	font-weight: bold;
}

a:link {
	text-decoration: underline;
	color: #5080F9;
	font-weight: bold;
}

a:visited {
	text-decoration: underline;
	color: #5080F9;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	color: #7aaceb;
	font-weight: bold;
}

a:active {
	text-decoration: underline;
	color: #7aaceb;
	font-weight: bold;
}


#white { color: #FFFFFF; }
#light { color: #7aaceb; }
#dark { color: #163274; }

