@charset "utf-8";
/* Index CSS */
body {
	text-align: center;
}
#wrapper {
	min-height: 393px; width: 800px; margin: 10px auto;
	background: url(images/sunriseangel.png) left no-repeat; 
}
ul {
	margin: 0 auto; padding: 0; 
	display: block; 
	border: 2px solid #FF9900; 
	width: 200px;
}
li {
	list-style: none;
	margin: 0; padding: 0px;
	display: block;
}

li a {
	padding: 1px 0px;
	display: block;
	text-decoration: none;
	color: #000000;
	border: 1px dashed #FF9900;
	background: #FFFF99;
}

li a:hover {
	border: 1px solid #FF0000;
}
li a:visited {
	color: #FF6600;
}

h1 {
	color: #FF9900; text-decoration: underline;	text-align: center;
}

h2 {
	color: #FF6600;	text-align: center;
}
.blue {
	color: #0000FF;
}