
h1,h2,h3,h4,h5,h6
{
	display : inline;
	/*font-size: larger;*/
}
.sectionheading
{
	font-family: arial; 
	font-size:20px; 
	font-weight: bold; 
	color:#000000; 
	text-decoration:none; 
	background-color: #FFFFCC; 
	
}

	.style1 {
		font-family: "Times New Roman", Times, serif;
		font-weight: bold;
		font-size: 80px;
		color: Blue;
		text-align : center;
		border-bottom : thick solid Blue;
		border-top : thick solid Blue;
		border-bottom-width : 15px;
		border-top-width : 15px;
	}

body
{
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	background-color : White;
}

tr.navlinks a {
	font-family: arial;
	font-size:12px;
	font-weight: bold;
	color:#333366;
	text-decoration:none;
}
