/* CSS Document */

/*main heading*/
h2
	{
	color : #A50EA9;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	font-family: Papyrus;
	}



	
h3 
	{
	font-weight: bold;
	font-variant: normal;
	font-family: Papyrus;


	
	}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000000;
}

/*navbar properties */	
a.navbar
{
	float : left;
	width : 120px;
	padding : 6px;
	font-family : arial, helvetica;
	font-size : 14;
	font-weight : bold;
	text-decoration : none;
	text-align : center;
	color: #FFFFFF;
	border: 0px;
	
}

a.navbar:link
{
	color : #FFFFFF;
	font-size: 14px;

}				

a.navbar:visited
{
	color : #FFFFFF;
	font-size: 14px;

}

a.navbar:hover
{
	color : #FFFFFF;
	text-decoration: underline;
	font-size: 14px;



}

a.navbar:active
{
	color : white;
	background-color : #0000FF;
	font-size: 14px;

}
h4 {
	font-family: Papyrus;
	font-weight: bold;
}

p.headers
	{
	font-family : papyrus;
	font-size: 18px;
	font-weight: bold;


	}

table.main
	{
	align : center;
	font-family: Papyrus;
	padding: 30px;




	}

p.main
	{
	font-family : papyrus
	}

