a:visited
{ 
	text-decoration: underline;
	color: #0000ff;
}

a:link
{
	text-decoration: underline;
	color: #0000ff;
}
        
a:hover
{
	text-decoration: underline;
	color: #0000ff;
}

a
{
	color: #0000ff;
	text-decoration: underline;	
}

html, body
{
	width: 100%;
	height: 100%;
}

body
{
    margin: 0px 0px 0px 0px;
	font-family: 'Trebuchet MS', Tahoma, Arial;
	color: #252525;
}

img, table
{
	border: 0px;
}

td, p, div
{
	font-family: 'Trebuchet MS', Tahoma, Arial;
	font-size: 14px;
	color: #252525;
}

form
{
	margin: 0px;
	padding: 0px;
}

h1
{
	padding-top: 25px;
	padding-bottom: 15px;
	color: #252525;
	font-size: 24px;
}

h2
{
	padding-top: 10px;
	color: #ed1c24;
	font-size: 18px;
}

.ads
{
	font-family: Arial; font-size: 11px; color: #666666;
}

.ads a, .ads a:link, .ads a:hover, .ads a:visited
{
	color: #666666
}