/* VjAcademy Cascading StyleSheet */

html {width: 100%; height: 100%;}

body {
	width: 100%; height: 100%;
	background-color: #000000;
	margin: 0;
	text-align: center;
	line-height: 1.5em;
	/*overflow: hidden;*/
}

p {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-align: left;
}

a {color: #000000; text-decoration: none;}

#container {
	padding: 50px 0 0 0;
	text-align: center;
	width: 550px;
	margin: 0 auto 0 auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}

#container a {color:#2DAFE1; text-decoration: none;}
#container a:hover {color:#EE185E; text-decoration: underline;}
#menu {
position: absolute; 
right: 10px; 
bottom: 10px; 
background-color:#333333;
}

h1 {
	font-size: 28px;
	font-weight: bold;
	font-style: italic;
	color: #ff005c;
	background-color: #000000;
}


h2 {
	font-size: 28px;
	font-weight: bold;
	font-style: normal;
	color: #ff005c;
	background-color: #000000;
	text-align: center;
}





/* End VjAcademy Cascading StyleSheet */
