

    body {
        background-color: #9999CC;
    }

	H1 {
        color: white;
        font-size: 150%;
    }
    H2{ font-size: 140%;}

	H3{
        font-size: 130%;
        font-weight: bold;
    }

 	H4{
        font-size: 125%;
        font-style: italic;
    }

    p {
        text-align: left;
        font-size: 120%;
        line-height: 120%;
        width: 70%;
        margin-left: 10%;
    }


    a:link {color: white; text-decoration: none;}
    a:hover {font-weight: bold; text-decoration: none;}
    a:visited {color: #555588; font-weight:bolder; text-decoration: none;}

    blockquote {
        font-weight: bold;
        font-size: 120%;
        line-height: 120%;
        margin-left: 15%;
        width: 60%;
    }
	

