@charset "iso-8859-1";
/* CSS Document */

body {
	background-color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}

h1 {font-size:36px;
     font-weight:bolder;

}

h2 {font-size:24px;
    font-weight:bold;

}

a:link {
	color: #FFFFFF;
}

a:visited {
	color: #FFFFFF;
}

a:hover {
	color: #FFFFFF;
}

a:active {
	color: #FFFFFF;
}

.textCentered {
	text-align: center;
}

.textRight {
	text-align: right;
}

.textLeft {
	text-align: left;
}

.error {
	text-align: center;
	color: red;
}

.blockCentered {
	margin-left: auto; 
	margin-right: auto;
}

.embed90 {
	width: 100%;
	height: 90%;
}