@charset "utf-8";

body
{
	color: rgb(60,0,0);
	background-color: transparent;
	text-align: left;
	font-family:Arial,Helmet,Freesans,sans-serif;
	font-size: 10px;
	font-weight:normal;
	cursor: default;
	list-style-type:square;
}

.clear
{
	clear: both;
}

.hiddenlink 
{
	color: rgb(0,0,0); /* same color as the surrounding text */
	text-decoration: none; /* to remove the underline */
}

a:link 
{
	color: rgb(193,212,228);
	background-color: transparent;
}

a:visited 
{
	text-decoration: none;
	color: rgb(147,189,220);
}

a:active 
{
	color: red;
}

a:hover 
{
	text-decoration: none;
	color: rgb(255,158,0);
	background-color: transparent;
}

a:focus
{
	outline:0;
}

ul
{
	list-style-type:square;
	list-style-position:outside;
	line-height:90%;
	padding-left: 16px;
}
