/* Program Name: styleHoF.css
   Purpose: Style sheet for SIW Hall of Fame website page
   Original written by: Tim Meyer
   Updated by: Joe Bolan (update to HTML5)
   Last update: 11/12/21 
*/

body {
	background-color:#000000; 
	margin: 0 auto; 
	min-width:760px; max-width:1280px; 
	border:solid #000000 0px
}

header {
	text-align:center; 
	font-size:3.0em; 
	font-weight:bold; 
	color:#ffffff
}

.content {
	background:url(sitepix/curtain.jpg); 
	background-size: 100%; 
	background-repeat: no-repeat; 
	padding-top:20px; 
	padding-left:20px; 
	padding-right:20px; 
	height:100%
}

footer {
	background-color:#000000; 
	font-size:1.2em; 
	color:#ffffff; 
	padding-top:20px; 
	padding-bottom:20px
}

.container {
    width:98%; 
    margin:1%
 }

 table {
    text-align:center; 
    margin-left:auto; 
    margin-right:auto; 
    font-size:1.4em; 
    font-weight:bolder; 
    color:#ffffff; 
    font-style:italic; 
    text-align:center
 }

th {
	text-decoration:underline
}

img {
	border:groove 4px #ffffff
}

a:link { 
	color: red; 
	list-style-image: url(sitepix/bullet1.gif)
}

a:visited {
	color: red; 
	list-style-image: url(sitepix/bullet1.gif)
}

a:active { 
	color: red; 
	list-style-image: url(sitepix/bullet1.gif)
}

a:hover { 
	color: blue; 
	background: yellow; 
	list-style-image: url(sitepix/bullet2.gif)
}