
body {
	background : #eda420 url(images/adminbg.gif) no-repeat;
	color: #ffffff;
	font: 12pt Arial, Helvetica, sans-serif;
	margin: 20px;
}
h1{
	font-size: 18pt;
}
	a {
	color: #000000;
	text-decoration: none;
}
	a :hover{
	color: #ffffff;
	text-decoration: underline;
}
	a :visited :active {
	color: #000000;
	text-decoration: none;
}
ul{
	font-size: 11pt;
	color: Black;
}
li{
	list-style-image: url(images/arrow.png);
	margin-bottom: 6px;
}
#publist{
	list-style: square;
	margin-bottom: 6px;
	color: #000000;
}
