.standard {
	font-family: "Arial", sans-serif;
	font-size: 12px;
	color: #999999;
	line-height: 15px;	
}	
.c1 {
	color: #C0FF00;
	
}
.c2 {
	color: #FF9999;
	
}		
.footer {
	font-family: "Arial", sans-serif;
	font-size: 10px;
	color: #666666;
	line-height: 15px;
	
}	
.h1 {
	font-family: "Arial", sans-serif;
	font-size: 36px;
	font-weight: bolder;
	color: #666666;
	letter-spacing: -2px;
	line-height: 36px;
}
.h2 {
	font-family: "Arial", sans-serif;
	font-size: 24px;
	font-weight: bolder;
	color: #666666;
	letter-spacing: -2px;
	line-height: 12px;
}
.h3 {
	font-family: "Arial", sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #666666;
	letter-spacing: -1px;
	line-height: 12px;
}
.description {
	font-family: "Arial", sans-serif;
	font-size: 16px;
	color: #666666;
	letter-spacing: 1px;
	line-height: 18px;
}

a:link 
{
	color: #000000;
	text-decoration: none;
}

a:visited
{
	color: #999999;
	text-decoration: none;
}

a:hover
{
	color: #C0FF00;
	text-decoration: none;
}

a:active
{
	color: #333333; 
	text-decoration: none;
}

a:focus
{
	text-decoration: none;
}
