	body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
}

.p{
	font-size: 12px;
	color: Black;
	line-height: 18px;
}

.heading1 {
	color: #ff3333;
	font-size: 22px;
	line-height: 24px;
	font-weight: 500;
}

.heading2 {
	color: #ff3333;
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
}

.heading3 {
	color: #ff3333;
	font-size: 12px;
	line-height: 20px;
}
	
.copyright {
	font-size: 10px;

}

.descriptions {
	font-size: 11px;
}
	
a:link, a:visited {
	color: #778899;
	font-size: 12px;
	text-decoration: none;
}    

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

a.index:link, a.index:visited {
font-size: 10px;
color: #778899;
text-decoration: none;
border-bottom: none;
}

a.index:hover {
color: #ff3333;
text-decoration: none;
border-bottom: 1px dashed;
}

a.headinglink:link, a.headinglink:visited {
font-size: 14px;
color: #ff3333;
line-height: 20px;
font-weight: 600;
text-decoration: none;
border-bottom: none;
}

a.headinglink:hover {
color: #ff3333;
font-size: 14px;
line-height: 20px;
font-weight: 600;
text-decoration: none;
border-bottom: 1px dashed;
}

a.copyrightlink:link, a.copyrightlink:visited {
font-size: 10px;
text-decoration: none;
border-bottom: none;
}

a.copyrightlink:hover {
color: #ff3333;
font-size: 10px;
text-decoration: none;
border-bottom: none;
}
