﻿body {
    background-color:navy
    
}

a {
	color: green;
}
a:visited {
	color: green;
}
a:active {
	color: green;
}
a:hover {
	color: yellow;
}
.style2 {
	text-decoration: none;
}
.style4 {
	color: #00FFFF;
}
.style5 {
	color: #00FFFF;
	border: 2px solid #000080;
}
.style6 {
	border: 2px solid #000080;
}
.style7 {
	border-color: #c0c0c0;
	border-width: 0;
	background-color: #00ffff;
}
.style8 {
	color: #000080;
}
.style9 {
	text-align: center;
}
.style_10 {
    color: green
}

#header {
    position: absolute;
    width: 1100px;
    height: 100px;
    z-index: 1;
    left: 10px;
    top: 15px;
    background-color: #0000FF;
    font-size: 48pt;
    font-family:"Times New Roman", Times, serif;
    text-decoration: none;

    font-weight: bold;
    text-align:center
}
#top_navigation {
     position: absolute;
     width: 1100px;
     height: 100px;
     z-index: 3;
     left: 10px;
     top: 120px
}
#page_content {
     height: 2200px;
     position: absolute;
     width: 690px;
     z-index: 5;
     left: 215px;
     top: 225px;
     background-color:silver;
     font-weight:bold;
     font-family:"Times New Roman", Times, serif;
}
#left_column {
     position: absolute;
     width: 200px;
     height: 2200px;
     z-index: 2;
     left: 10px;
     top: 185px;
     font-family:"Comic Sans MS"
}
#right_column { 
     position: absolute;
     width: 210px;
     height: 2200px;
     z-index: 4;
     left: 900px;
     top: 185px;
     text-align:center;
}
#footer {
     width: 1100px;
     position:absolute;
     height: 100px;
     z-index: 6;
     left: 10px;
     top: 530px;
     background-color:yellow;
     font-family:"Times New Roman", Times, serif;
     color:red;
     text-align:center;
     
}
#table_1 {
	width:1100px;
	font-family:"Times New Roman", Times, serif;
	color:aqua;
    text-align:center;
    background-color:olive;
	text-decoration: none;
	border: 3px solid #0000FF;
	font-size: large;
	border: 2px solid #000080;
}
#table_2 {
    border-color: #c0c0c0;
	border-width: 0;
	background-color: #00ffff;
	width:100%
	}
#table_3 {
    background-color:lime;
   
}
	
}
#h2 {
	text-align:center;
	color: navy;
	font-family:"Comic Sans MS";
	font-size:x-large

}
#p {
	color:navy
}



