a:link
{
	text-decoration: none;
	color: #0000CC;
}
a:visited
{
	text-decoration: none;
	color: #6699FF; font-style: italic;
}
a:hover
{
	text-decoration: overline underline;
    color: #8080FF; background: #FFFFCC;
}
a:active 
{
	text-decoration: none;
	font-weight: bold;
	color: #0000FF; background: #FF9900;
}
a:link.menubutton
{
	background-image: url('dt_gradient_reverse_button.jpg');
	width: 108px;
	text-align: left;
	display: block;
}
a:visited.menubutton
{
	background-image: url('dt_gradient_reverse_button.jpg');
	width: 108px;
	text-align: left;
}
a:hover.menubutton
{
	text-decoration: none;
	background-image: url('dt_gradient_button.jpg');
	width: 108px;
	text-align: right;
	display: block;
}
body
{
	font-family: Arial, Helvetica;
	background-color: #FFFF99;
}
h1, h2, h3 {
	font-family: Verdana,Sans-serif;
}
h1
{
	color: #000000; background: #FFFF00;
	font-size: 150%;
	margin-top: 0px;
	margin-bottom: 0px;
}
h2, h3
{
	margin-left: 8px;
	margin-top: 8px;
}
h2
{
	color: #333333;
	font-size: 120%;
	background: #FFFF60;
}
h3
{
	color: #666666;
	font-size: 100%;
	background: #FFFF80;
}
li
{
	list-style-position: outside;
	list-style-image: url('yellow_sphere2.gif');
}
p
{
	margin-left: 24px;
	margin-right: 16px;
}
p.menubutton
{
	width: 108px;
	margin-left: 0px;
	margin-right: 0px;
}
p.important
{
	color: #FF0000;
	font-weight: bold;
}
