﻿#HeaderSection
{
    text-align: center;
    overflow: hidden;
    background-image: url(Images/poster.JPG);
    background-repeat:repeat-x;
}
#Navigation
{
    background-color: #ff6666;
    overflow: hidden;
}
#Menu1
{
    margin-left:200px;
}
#Containts
{
background-color:#99CCFF;
	position:relative;
	padding:10px;
}
#Footer
{
	font-size: x-small;
	text-align: center;
	color: #393939;
	overflow: hidden;
	background-color:#FFCC66;
	vertical-align:bottom;
		
}

a:link
{
	color: rgb(0,51,204); 
}
a:visited
{
	color: rgb(51,153,102); 
} 
a:active 
{
	color: rgb(255,153,0);
}
body
{
	font-family: Arial, Helvetica;
	background-color: Maroon;
	color: rgb(102,51,153);
}
h1, h2, h3, h4, h5, h6
{
	font-family: Arial Rounded MT Bold, Arial, Helvetica;
}
h1
{
	color: rgb(102,51,153);
}
h2
{
	color: rgb(255,102,153); 
}
h3
{
	color: rgb(51,153,102); 
}
h4
{
	color: rgb(102,51,153);
}
h5
{
	color: rgb(255,102,153);
}
h6
{
	color: rgb(51,153,102);
}
