h1{
	font-family: Arial, Helvetica;
	font-size : 200%;
	font-weight : 500;
	text-align : center;
	color : #9C0031;
}

h2
{
	font-family: Arial, Helvetica;
	font-size : 150%;
	font-weight : 500;
	text-align : center;
	color : #9C0031;
}

P
{
	font-size : 14px;
	font-family : Arial, Helvetica;
	font-weight : normal;
	color : #330000; 
	text-decoration : none;
	border-style: none;
}


A
{
	font-size : 12px;
	font-family : Arial, Helvetica;
	font-weight : bold;
	text-decoration : none;
	color : #330000;
}

A:active
{
	font-size : 14px;
	text-decoration : none;
	color : red;
}

body
{
	background: #FCAA62;
	scrollbar-base-color: #330000;
}
 
A:HOVER
{
	font-size : 13px;
	text-decoration : none;
	color : Lime;
	font-weight: bold;
	font-style : normal;
}


