/* PK CSS version 1 */
/* 1/11/03 (1.1) */
/* verified at http://jigsaw.w3.org/css-validator/validator-upload.html */
/* #000000=black, #FF0000=red, #00FF00=green, #000099=blue ,#ffffff=white */


body { 
	color:#ffffff;
	background-image: url("stars.gif");
/*	background: #000000;	 */
	font-family: GillSans, gill-sans, Helvetica, helvetica, sans-serif;
}

  a:link { color: #ffffff }  /* for unvisited links */
  a:visited { color: #ffffff } /* for visited links */
  a:active { color: #ffffff } /* when link is clicked */
/*  a:hover { color: #ffffff } /* when mouse is over link */

h1, h2, h3, h4 {
	color: #ffffff;
	font-weight: bold;
}
h1 {
	font-size: 150%
}
h2 {
	font-size: 125%
}
h3 {
	font-size: 100%
}
h4 {
	font-size: 75%
}
ul li {
	list-style: disc; color: #ffffff
}
menu li {
	list-style: disc; color: #ffffff
}
