/*
   New Perspectives on HTML and CSS
   Final Website
   

   Payne Web Site Style Sheet

   Filename:         finalwebsite.css
   Supporting files: 

*/

header {
text-align: center;
text-transform: uppercase;
color: red; 
font-size: 250%

}

body{
background-color: gray;
}
ul#menu li a {
background-color: black;
color: red;
padding: 10px 20px;
text-decoration: none;
border-radius: 4px 4px 0 0;
font-weight: bold;
}
ul#menu li a:hover{
background-color: white;
}

ul{
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
}
li{
display: inline;
padding: 75px;
}
h1{
text-align: center; 
color: red;
}
p{
text-align: center;
font-style: oblique;
font-size: 40px;
}
h2{
text-align: center;
}

footer{
text-align: center;
color: red;
font-style: italic;
background-color: black;
clear: both;

hr{
display: block;
margin-top: .5em;
margin-bottom: .5em;
margin-left: auto;
margin-right: auto;
border-style: inset;
border-wideth: 1px;
}
padding: 25px;
font-size: 200%;
}
