BODY{
	background-image: url(/C:/Users/Social%20Justice/Desktop/Nishant/computer%20science/HTML/images/background_angrybirdsALL.png);
	background-attachment: fixed;
	color: navy;
	text-align: center;
	width: 800px;
	font-family: Helvetica;
	margin-left: 283px;
}
A:link{
	color: black;
	text-decoration: none;
}
A:visited{
	color: purple;
}
A:hover{
	color: red;
	text-decoration: underline;
}
HR{
	width: 800px;
	border-color: white;
}
.normal{ 
	width: 790px;
    font-family: Helvetica;
    background-color: rgb(255, 255, 200);
    padding: 5px;
    text-align: left;
}
.header{
    height: 170px;
    width: 800px;
    font-family: 'Footlight MT Light';
    font-size: 64px;
    background-color: rgb(192, 192, 255);
    color: rgb(128, 128, 196);
    text-align: center;     
    margin-top: 48px;
}
.table{
    font-family: 'Old English Text MT';
    font-size: 28px;
    color: teal;
    padding: 10px;
    background-color: rgb(220, 255, 220);
    width: 800px;
}
.nav{
    font-family: monospace;
    font-size: 22px;
    text-align: left;
    color: black;
    background-color: rgb(160, 128, 96);
    width: 200px;
    padding: 5px;
}
.footer{
    margin-top: 200px;
    margin-bottom: 0;
    color: rgb(128, 96, 32); 
    background-color: rgb(192, 192, 216);
    padding-left: 0px;
    padding-right: 0px;
    font-family: Verdana;
    font-size: 18px;
}
.footerTable{
	width: 433px;
	text-align: left;
}
.fixed{
	width: 800px;
	padding: 1px;
	background-color: rgb(255, 255, 0);
	height: 10px;
	position: fixed;
	border-style: inset;
	border-width: 10px;
	border-color: teal;
	font-size: 18px;
	font-weight: bold;
	margin-top: -48px;
	z-index: +1;
}