body  {
	margin-left : 10%;
	margin-right : 10%;
	font-family : Trebuchet, Arial, Helvetica, sans-serif;
	width : 750;
	background-color : White;
	color : Black;
}

li {
    /*
     * We want the bullets outside of the list,
     * so the text is aligned. Now the actual bullet
     * is outside of the list’s container
     */
    list-style-position: outside;
    /*
     * Because the bullet is outside of the list’s
     * container, indent the list entirely
     */
    margin-left: 0;
    padding-left: .25em;
}

p   {
	margin-top : 0em;
        margin-bottom: 1em;
}

.list   {
	margin-bottom: -0.5em;
}


h1  {
	font-weight : bold;
	text-align : center;
	font-size : x-large;
	margin-top: 32;
}

h2  {
	color : red;
	font-weight : bold;
	font-size : large;
	margin-top : 32;
	margin-bottom : 16;

}

h3  {
	color : black;
	font-size : large;
	font-weight : bold;
	margin-top : 24;
	margin-bottom : 12;
}

h4  {
	font-weight : bold;
	color : black;
}

h5  {
	font-weight : bold;
	color : red;
}

a:hover  {
	color : #330000;
	background-color : #FFFFCC;
}

a:link  {
	color : Blue;
	background : transparent;
}

a:visited  {
	color : Purple;
	background : transparent;
}
