p {
    color: black;
    font-family: Arial;
    font-size: 11pt;
    }

h1 {
    color: red;
    font-family: Arial;
    font-size: 14pt;
    font-weight: 400;
    }
	
h2 {
    color: red;
    font-family: Arial;
    font-size: 12pt;
    font-weight: 400;
    }

h3 {
    color: black;
    font-family: Arial;
    font-size: 8pt;
    font-weight: 400;
    }

a:link {
    color: black;
    text-decoration: underline;
    }

a:visited {
    color: black;
    text-decoration: underline;
    }

a:active {
    color: black;
    text-decoration: underline;
    }

a:hover {
    color: red;
    text-decoration: underline;
    }
	
blockquote{
	font-family: Helvetica, sans-serif;
	background-color:#CCCCCC;
	color: red;
	padding: 10 10 10 10;
}