body{
        background-color: #0072c6;		
		font-family: "Comic Sans MS", Verdana, Georgia, Arial;
		font-weight: bold;
		font-size: 14px;
		color: #ffffff;
		text-align:center;
}
		
a{
	color: #ffffff;
	text-decoration: none;
}

a:link{
	color: #ffffff;
	text-decoration: none;
}

a:visited{
	color: #ffffff;
	text-decoration: none;
}

a:hover{
	color: #800080;
	text-decoration: underline;
}

h1{
    color: #ffffff;	
	font-family:"Comic Sans MS", Verdana, Georgia, Arial;
	font-weight: bold;
	font-size: 18px;
}

h2{
    color: #800080;
	font-family:"Comic Sans MS", Verdana, Georgia, Arial;	
	font-weight: bold;
	font-size: 16px;
}

h3{		
   color: #ffffff;
   font-family:"Comic Sans MS", Verdana, Georgia, Arial;	
   font-weight: bold;
   font-size: 12px;
}

#container
{
	position: relative;
    width:794px;
    margin:0 auto;
    text-align:left;
	height: 980px;
	border-right: ridge 4px #800080;
	border-left:ridge 4px #800080 ;
	border-top:ridge 4px #800080 ;
	border-bottom:ridge 4px #800080;
}

#header{
    height: 220px;
	width: 794px;
	margin-top: 20px;
	margin-left: 17px;	
}

#linkbar{
    height: 70px;
	width: 794px;
	border-top: ridge 4px #800080;
	margin-top: 2px;
	margin-bottom:5px;   
}

table{border-collapse:collapse;
 }

td{border:3px ridge #800080;
   padding:5px;
 }

#center{
    width: 794px;   
    padding-left: 0px;
    padding-right: 0px;
    float: left;
    padding-top: 0px;
    height: 600px;
 }
 
#footer{
    margin-top:620px;
    width:794px;
	text-align:center;
	color: #ffffff;	
	font-family:"Comic Sans MS", Verdana, Georgia, Arial;
	font-weight: bold;
	font-size: 18px;
}	
