/* CSS Document */
body {
	background-image: url(/assets/images/starbk.jpg);
	background-repeat: repeat;
	margin: 5px 0px 0px 0px;
}

h1 {
	text-align: center;
	font-family: Georgia, Palatino, "Times New Roman", Times, serif;
	font-size: larger;
	font-weight: bold;
	color: #000066;
}

p, ul {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

a {
	color: #0000FF;
}