/*Define Background & Logo*/

body
{   
    /*background: url(Images/banner.jpg) no-repeat;*/
	background-position: top center;
	max-width: 900px;
	/*max-width: 1200px;*/
	margin-left:100px;
    margin-right:100px;
    padding-left:10px;
    padding-right:10px;
	
}

/*Define Heading 1*/
h1
{
	font-family: arial;
	font-size: 36pt;
	color: blue    
}

/*Define Heading 2*/ 
h2
{
	font-family: arial;
	font-size: 18pt;
	color: blue
} 

/*Define text*/
p
{
	/*margin-left: 0px;*/
}
