/*   unspecified link styles      */

a:link
{
	color: #cc0000;
	text-decoration: underline;
}

a:visited { color: #6600ff; }

a:hover
{
	color: #990000;
	text-decoration: none;
}

a:active
{
	color: #666666;
	text-decoration: none;
}


/*
HTML tag style definitions
*/

p, td, li, ul, ol, h1, h2, h3, h4, h5, h6 
{
	 font-family: Arial, Helvetica, sans-serif; 
 }

h1
{
	margin-top: 6px;
	margin-bottom: 6px;
}

h2
{
	margin-top: 6px;
	margin-bottom: 0px;
}

h3
{
	margin-top: 6px;
	margin-bottom: 0px;
}

h4
{
	margin-top: 6px;
	margin-bottom: 0px;
}

h5
{
	margin-top: 6px;
	margin-bottom: 0px;
}

ul
{
	font-size: small;
	margin-top: 0px;
	margin-bottom: 6px;
	list-style-type: disc;
}

ol
{
	font-size: small;
	margin-top: 0px;
	margin-bottom: 6px;
}

/*
ul li { list-style-type: disc; }
*/

p
{
	font-size: small;
	margin-top: 0px;
	margin-bottom: 6px;
}

blockquote
{
	padding-left: -2em;
	font-size: small;
}

td { font-size: small; }
