﻿a:hover
{
	text-decoration: underline;
}
li
{
list-style: square inside;
font-weight: normal;
padding-left: 10px;
}
#header
{
	cursor: hand;
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	color: #003366;
}
#item
{
	font-family: verdana;
	font-size: 11px;
	color: #0033CC;
	list-style-position: inside;
	list-style-type: circle;
}
