body { 
	background-image: url(../intro.jpg); 
	background-repeat: no-repeat;
	background-position: top;
	background-color: #000000;
}

p {
	color: white;
	text-align: center; 
}

h1 {
	margin-top: 500px;
	margin-left: 180px;
	font-family:"DejaVu Sans"; 
	font-size:14pt;
	font-style: oblique;
}

a:link {color: #f7e3a6}     /* unvisited link */
a:visited {color: #f7e3a6}  /* visited link */
a:hover {color: #968653}   /* mouse over link */
a:active {color: #0000FF}   /* selected link */
