h1, h2, h3, h4, h5, h6, 
p, li, a, span, div, td,
form, input, select, textarea {
   font-family: Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #c6c6c6;
}

h1, h2, h3, h4, h5, h6 {
   color: #ffffff;
}

h1 { 
   font-size: 28px;
	margin-bottom: 7px;
}

h2 {
   font-size: 24px;
	margin-bottom: 6px;
}

h3 {
   font-size: 16px;
	margin-bottom: 12px;
	font-weight: bold;
}

h4 {
   font-size: 14px;
	margin-bottom: 16px;
	font-weight: bold;
}	

h5 {
   font-size: 12px;
	margin-bottom: 16px;
	font-weight: bold;
}	

p {
	line-height: 22px;
	margin-bottom: 16px;
}

a, a:link, a:visited, a:active {
   font-weight: bold;
   color: #c71787;
	text-decoration: none;
}

a:hover {
   text-decoration: underline;
	cursor: pointer;
}
