
    h1{
	text-align: center;
	color: #336699;
	font-size:50px;
	font-style: bold;
	border-width: 1px;
	font-family: "Arial";
	font-weight: bold;
	
}

    h2{
	text-align: center;
	color: #000000;
	font-size:24px;
	border-width: 1px;
	font-family: "Arial";
	}

    p{
	text-align: center;
	color:#000000;
	font-size:16px;
	font-style: normal;
	font-weight:lighter;
	line-height: 14px;
	font-family: "Arial";
	padding-bottom: 6px;
}
    p1{
	text-align: center;
	color:#000000;
	font-size:50px;
	font-style: normal;
	font-weight:bold;
	line-height: 48px;
	font-family: "Arial";
	padding-bottom: 6px;
}

    
a:link {
	text-decoration: none;
	color: #000000;
}

a:visited {
	text-decoration: none;
	color: #666666;
}

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

a:active {
	text-decoration: none;
	color: #FFFFFF;
}