

h1 {
	font-size: 300%;
	font-family: Arial, helvetica, san-serif; color: maroon;
   }

h3 {
	text-align: center;
   }

body {
	font-family: Arial, helvetica, san-serif; color: maroon;
	text-align: justify;
	margin-left: 10%;
	margin-right: 10%;
     }

blockquote {
	font-size: 85%;
	color: black;
           }

#footer {
	font-size: 70%;
	text-align: Center;
	}

#list	{
	margin-left: 15%;
	}

a:link {	
	color: maroon;
	text-decoration: none;
	}

a:visited {
	color: green;
	text-decoration: none;
	  }

a:hover {
	color: maroon;
	text-decoration: underline;
	}

img.displayed {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

.centerdiv>div{ 
	margin: 0 auto;
	}


