/*
TITLE: External
AUTHOR: Sarah Jones
PURPOSE:To create a superhero page
ORIGINALLY CREATED ON:04.12.12
LAST MODIFIED ON:04.12.12 
LAST MODIFIED BY:Sarah Jones
MODIFICATION HISTORY:Edited HTML code
*/ 
body {background-image:url('../IMAGES/batman.jpg');}

p{	color:#FFFF00;
	font-weight:Bold;
	font-family:Verdana;}

h1 {color:#FFFF00;
	font-family:Verdana;
	font-weight:Bolder;
	font-size:extralarge;}
	
h3{color:#FFFF00;
	font-size:1.2em;
	font-weight:bolder;
	font-family:Verdana;}
	
#header{font-size:.90em;
	line-height: 200%;
	background-color:#000000}
	
#logo{background-color:#000000;}
	
.nav{background-color:#000000;
	font-weight:Bold; 
	font-style: 1.2em;
	color:#FFFF00;}
	
ol{ font-size:large;
	color:#FFFF00;
	font-family:Verdana;}
		
#footer{back-ground color:#000000;}
table {
margin-left: 20px;
margin-right: 20px;
border: thin dotted black;
caption-side: bottom;
}
caption {
font-style: italic;
padding-top: 8px;
color: #FFFF00
}
th {
background-color: yellow;
}
.cellcolor {
background-color: #000000;
}
table table th {
background-color: white;
}
li {
list-style-image: url(../IMAGES/backpack.gif);
padding-top: 5px;
margin-left: 20px;
}
#:hover
{
background-color:yellow;
}