/* style.css */
html {
    background: url(img/background.png) no-repeat center fixed; 
    background-size: cover;
}
header {
	background-color:;
	border: solid 2px black;
	font-family: 'Segoe UI' , serif;
	font-size: 20px;
	padding-left: 0px;
	border-radius: 3px;
}

h1 {
    font-size: 2em;
    font-weight: bold;
    text-shadow: 2px 2px 12px white
}

footer {
	font-size: 16px;
    font-weight: bold;
	background-color:;
	border: solid 2px black;
	font-family: 'Times New Roman' , serif;
	padding: 10px;
	border-radius: 3px;
	text-shadow: 2px 1px 2px white
}

body {
	font-family: Segoe UI, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

#main {
	color: black;
	font-size: 20px;
    font-weight: bold;
	border: solid 2px black;
	border-radius: 0px;
	color: 222222;
	margin: 20px 10px 20px 10px;
	text-shadow: 2px 1px 2px white
}

#h3 {
	color:;
	text-align: center;
	letter-spacing: 6px;
}

header ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color:;
    text-shadow: 1px 1px 1px black
}

header li {
    float: left;
}

header li a {
    display: block;
    color: white;
    text-align: center;
    padding: 0px 16px;
    text-decoration: none;
}

/* Change the link color to #111 (black) on hover */
header li a:hover {
    background-color: #111;
}

#b1 img{
	width:200px;height:200px;
}

#b1 {
	font-size: 1em;
    font-weight: bold;
    text-shadow: 2px 2px 12px white
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 1em;
    font-weight: bold;
    text-shadow: 2px 2px 12px white
}    

#s1 img{
	width:250px;height:250px;
}