@charset "utf-8";

/* COMMON CLASSES */
		body{padding: 0px;
			margin: 0px;
			font-family: Arial, Helvetica, sans-serif;
			color: #333333;
			background-color: #DFDFDF;
			font-size: 80%;}
			
		p {margin: 0px;}
		
		a { 
			font-weight:bold;
			text-decoration: none;
			color: #3333CC;
		}
		a:hover, a:focus { 
			text-decoration: underline;
		}
		a:visited { 
			color: #3333CC;
		}
		
		h1{font-size: 140%;
			font-weight: lighter;}
		
		h2{font-size: 130%;
			font-weight: bold;}
			
		h3 {
			font-size: 120%;
			margin: 0px;
		}
		h4 {
			font-size: 110%;
			margin: 0px;
		}
		

