h1 {
	font-size: 11px;
	text-transform: uppercase;
	color: #ed2129;
	font-weight: lighter;
	
}

a:link {
	color: #ed2129;
	text-decoration: none;
	
}

a:active {
	color: #ed2129;
	text-decoration: none;
	
}
a:hover {
	
	text-decoration: underline;
	
}

h2 {
	font-weight: bold;
	font-size: 12px;
	
}

h3 {
	font-weight: bold;
	
	color: #ed2129;
	font-size: 14px;
}

.final-release {
	color: #339900 !important;
	font-size: 13px;
}
