@import url("main.css");

/* Text Links*/
a:link{color: #ff1d3f;text-decoration: none;font-weight:300;}
a:visited{text-decoration: none;color: #ff1d3f;font-weight:300;}
a:hover{text-decoration: underline;	color:#ed2024;font-weight:300;}
a:active{text-decoration: none;color:#ff1d3f;font-weight:300;}

h1{ 
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:40px; 
	color:#333; 
	font-weight:bold; 
	margin-bottom:5px;
	}
h2{ 
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:16px; 
	color: #333; 
	font-weight:bold; 
	margin-bottom:5px;
	}

p {
	font-family:Arial, Helvetica, sans-serif; 
	font-weight: bold;
	font-size:12px; 
	color: #c6c6c6; 
	margin-top:0px; 
	line-height:20px;
}

.color {
	color: #ecdf09;}

label {
	color: #fff;
	font-size: 11px;
	margin: 5px 0 0 0;
}