/* John Moulagiannis - revised Oct 31 by AW*/

body {

/*background-image: url('bgcopy.jpg');
background-repeat: no-repeat;
background-position: center 50px;*/
background-color: black;
font-family:georgia, serif;
}


li {
font-family: georgia, serif;
padding: 10px;
list-style-type:none;
}


p {
margin-top: 5%;
margin-left: 20%;
margin-right: 20%;
text-indent: 1cm;
}


h1 {

color: #fdb405;
background-color: black;
border-style: solid;
margin-right: 40%; 
margin-left: 5%;
width: 85%;
text-align: center;  
padding: 0.5cm;
}


h2 {
color:red;
margin-top:30%;
text-align:center;
}


ul {

margin-left: 5%;
margin-right: 78%;
padding: 20px;
}


a:link {color: #000000; text-decoration: underline; }
a:active {color: #0000ff; text-decoration: underline; }
a:visited {color: #9d9c9b; text-decoration: underline; }
a:hover {color: #ff0000; text-decoration: none; }


#contentContainer {
width:851px;
margin-left:auto;
margin-right:auto;
background-image: url('bgcopy.jpg');
background-repeat: no-repeat;
background-position: center 50px;
border: 1px solid yellow;
}









