body {	
	font-family: Arial;
	font-size: 12px;
    background-color: #f6f6f6;
}

a  {
    color: #2f2f2f !important;
    text-decoration: none !important;
}

a:hover  {
	color: orange !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Arial, sans-serif;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

h1 { font-size: 20px; }
h2 { font-size: 16px; }
h3 { font-size: 14px; }
h4 { font-size: 12px; }
h5 { font-size: 10px; }
h6 { font-size: 8px; }

p {
    font-family: Arial, sans-serif;
    font-size: 10px;
	margin: 0;
	padding: 0;
}