/* CSS Document */

body	{
	background: #3D7786 url(../images/bluegirl.jpg) no-repeat;
	margin: 0;
	padding: 0;
	}

h1, h2, h3, h4, h5, h6	{
	}

p {
	color: #EACAF2;
	font: 24px Georgia, Times New Roman, Times, serif;
	font-weight: bold;
	text-align: center;
	position: absolute;
	left: 800px; 
	top: 300px;
	}

a {
	text-decoration: none;
	color: #EACAF2;
	}
	
a:hover {
	text-decoration: none;
	}
	
a:active {
	text-decoration: none;
	color: #ffffff;
	}

ul {  
	list-style-type: disc; 
	list-style-position: inside;
	margin-left: 0;
	padding-left: 0;
	}
