.style1 {color: #FFFFFF; font-family: "lucida sans", verdana, arial, helvetica; text-align: justify;}
.style3 {color: #FFFFFF; font-family: "lucida sans", arial, helvetica; font-weight: bold; }

body {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
/*	background-image: url(images/bg.jpg); */
	background-color: #000066; 
}

#background {
	position: absolute;
	z-index: 0;
	width:100%;
	height:100%;
	visibility: visible;
}
#p 	{text-align:center;}

#contents{
	position:absolute;
	z-index:1;
	width:100%;
	height:100%;
	visibility: visible;
}



a:link {
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}


