/*
   New Perspectives on HTML and CSS
   Tutorial 4
   Case Problem 4

   Park City Gazette Style Sheet
   Author: William S. Dalton
   Date:   2/15/2016

   Filename:         paper.css
   Supporting Files:   Final Project
     

      Final Project
      Author: William S. Dalton
      Date: 3/26/2016   
      Filename:         index.htm
      Supporting files: cast.htm,best_scenes.htm,quotes.htm,picture.htm,where_are_they_now.htm,slideshow.js,fanlist.htm

*/

body{
	background-color: rgb(102, 217, 255); 
	background-size:100% 100%;
   
    background-size:cover;
	font-family: "Times New Roman", Georgia, Serif;
	text-align: justify;
	color:rgb(51, 34, 0);
	max-width:1400;
	min-width:1000;
	margin-bottom:2px;
	margin-left:2px;
	font-size: 15px;
	text-align:left;
}

ul{
	text-align:center;
}
#map1{
	text-align:center;
	float:center;
	font-size:20px
}
h1{
	font-size: 50px;
	text-align: center;
	color:rgb(0, 153, 51); 
	font-weight: bold;
	font-family: "American Typewriter", Courier, "Courier New", monospace;
	
}

h2{
	font-size: 22px;
	text-align: left;
color:white;
	font-weight: bold;
	
}

h3{
	font-size: 22px;
	text-align: right;
	color:white;
	font-weight: bold;
}	
	h4 {
font-size: 22px;
font-weight: bold;
margin: 0px;
color: White;
text-align: center;

}


	#firstaid{
		text-align:center;
	}

h5{
		font-family: "American Typewriter", Courier, "Courier New", monospace;
		font-weight: bold;
		font-size: 22px;
		color: white; 
		
}
table, th, td {
    border: 1px solid rgb(102, 217, 255);
    border-collapse: collapse;
}
th, td {
    padding: 5px;
    text-align: left;
	color: white;
	background-color:rgb(0, 153, 51);
}
table#t01 {
    width: 100%;    
    background-color: rgb(0, 153, 51);
	color: white;
}

h6{
	font-size: 50px; 
	text-align: center; 
	color: white;
	padding-bottom:0px; 
	margin-bottom;0px;
}
strong{
	color:rgb(153, 77, 0);
	font-family: "American Typewriter", Courier, "Courier New", monospace;
	color:rgb(0, 153, 51);
	
	
	
}
p{
	font-family: "American Typewriter", Courier, "Courier New", monospace;
	font-size: 18px;
	text-align:left;
	margin-left:2px;
	float: center;
}
ul {
    list-style-type: none;
    margin: 10, 10, 0, 10;
    padding: 0;
    overflow: hidden;
    background-color: rgb(102, 217, 255);
}

li {
    float: left;
}

li a {
    display: block;
    color: rgb(0, 153, 51);
	font-size: 20px; 
    text-align: center;
    padding: 20px 16px;
	float:center;
   text-decoration: underline;
	width="950";
	
}

li a:hover {
    background-color: #111;
}
article p{
	color:rgb(51, 34, 0);
	margin-left: 150px;
}

#mshomepage{
	text-align:center;
}


#prisonmike{
	text-align:right;
	float:right;
}
#fire{
	float:left;
}

#figure1{
	
	
}


footer {
display: block;
width: 100%;
clear: ;
font-family: "American Typewriter", Courier, "Courier New", monospace;
text-align: center;
font-size: 1 em;
font-style: normal;
font-variant: small-caps;
border-top: 1px solid rgb(153, 77, 0);
margin-top: 5px;
margin-bottom:5px;
background-image: url("parch2.jpg"); 

}