/* CSS Document */
/* Generic Page Info including default font Margins etc... */

body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	padding:4px;
	margin:0;
	}
	
.footer{
	font-size:10px;
	text-align:center;
	}
	
h1,h2,h3,h4{
	font-size:24px;
	margin:2px;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	
h2{	font-size:18px;	}
h3{	font-size:16px;	}
h4{	font-size:14px;	}

