A:link {
	color: #ffc785;
	text-decoration: none;
}

A:visited {
	color: #c6c785;
	text-decoration: none;
} 

A:hover {
	color: #de60b5;
	text-decoration: Underline;
}

BODY {
	background-color: #101463;
	color: #ffc785;
	font-size: 110%;
	font-family: Arial;
}

p:first-letter {
	color: white;
	font-size: 200%;
}

h1 {
	text-align: center;
}

#main {
	background-image: url(backgrounds/blackandblue.gif);
	text-align: center;
}

#navi {
	background-color: #000000;
}