/* CSS Document */

body  { }

h1, h2 {color: black; font-weight: bold; font-family: futura, arial, helvetica, sans-serif}

li {margin-bottom: 1%}							 /*list items*/

hr {solid; line-height: 1}						 /*horizontal rules*/

a: link {color: red; text-decoration: none}		 /*unvisited link*/

a: visited {color: green; text-decoration: none} /*visited link*/

a: active {color: yellow; text-decoration: none} /*active link*/



.header {margin-left: 5%; margin-right: 5%}

hr.header {color: red}



.body  { margin-right: 10%; margin-left: 10% }

hr.body {color: black}



.footer {margin-left: 5%; margin-right: 5%}

hr.footer {color: red}

