

a:active
{
	color: red;
}

a:visited
{
	color: Red;
}

a:hover
{
	text-decoration: underline;
}

a.bookmark
{
	color: #000000;
}

h1, h2, h3
{
	font-style: small-caps;
	font-family: "verdana, arial, helvetica";
	font-weight: bold;
}

h1
{
	font-size: 16pt;
}

h2
{
	font-size: 14pt;
}

h3
{
	font-size: 10pt;
	margin-bottom: -10px;
}


img
{
	filter: progid:DXImageTransform.Microsoft.Fade(Duration=0.3);
	
}
