body {
	font-family: Arial, Helvetica, sans-serif;
	text-align:center
	width: 50%;
	height: 50%;
  background-color: #242424;
	font-size: 13px;
	color: #BCB8BD;
}

h2, h3, h4, h5, h6 {
	margin: 0;
	font-weight: normal;
	color: #48ACDE;
	letter-spacing: 1px;
}
h1 {
	margin: 0;
	font-weight: normal;
	color: #48ACDE;
	letter-spacing: 1px;
}

h1 {font-size: 32px;} h2 {font-size: 28px;} h3 {font-size: 24px;} h4 { font-size: 21px;} h5 {font-size: 18px;} h6 {font-size: 15px;}


a:link {color: #48ACDE;} a:hover, a:active {text-decoration: none;color: #48ACDE;} a:visited {color: #48ACDE;}


p {
	margin: 0 0 2em 0;
	text-align: justify;
	line-height: 26px;
}


table {
	border-width: 1px;
	border-style: solid;
	border-color: white;
	border-spacing: 10px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
th {
	color: white;
	border-width: 1px;
	border-style: solid;
	border-color: #BCB8BD;
	padding: 4px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
td {
	color: #BCB8BD;
}