body {
	margin:0px;
	padding:0px;
	height:100%;
	width:100%;
	background-color: #000000;
}

html {
	margin:0px;
	padding:0px;
	height:100%;
	width:100%;
}

#content{
	width:100%;
	height:100%; 
	text-align:center;
	overflow: hidden;
}

a{
	color: #ffffff; 
	text-decoration: none}
a:active {
	color: #ffffff; 
	text-decoration: none
}
a:hover {
	color: #fe0202; 
	text-decoration: underline
}

p {	
        Color: #ffffff;
        font-family: Verdana, Arial, serif;
        font-size: 14px;  
}
h1#title1{
Color: #ffffff;
        font-family: Verdana, Arial, serif;
        font-size: 14px; 
}