﻿body {
				background-color:black;
}
a:link {
				color:silver;
				font-weight:bold;
				text-decoration:none;
}
a:hover {
				color:silver;
				font-weight:normal;
				letter-spacing:4px;
}

.navstyle1 {
    border-left: 8px solid silver;
    border-right:8px solid silver;
    background-color: white;
    color: black;
    font-size: x-small;
    font-family: Georgia;
    font-weight:bold;
    text-align: center;
    width: 80px;
}

.navstyle2 {
    background-color: white;
    color: #000000;
    font-size:xx-small;
    font-family: Georgia;
    text-align: center;
    width: 200px;
    
}
				



#container {
				position:absolute;
				top:450px;
				height:auto;
				width:710px;
				left:0px;
}
#content {
			float: left;
			width:450px;
			height:auto;
			margin-top:10px;
			margin-bottom:10px;
			padding:5px;
			font-family:Georgia;
			color:white;
			font-size:x-small;
			border:thin;
			border-style:dashed 1px;
			border-color: white;			
			
}
#navi {
				float:right;
				width:220px;
				height:auto;
				font-family:Georgia;
				font-size:x-small;
				color:white;
				margin-top:40px;
				margin-bottom:10px;
				padding:5px;
				border:thin;
				border-style:dashed 1px;
				border-color: white;

}


.style1 {
				font-weight: normal;
				font-family: "Times New Roman", Times, serif;
				font-size: large;
				letter-spacing:2px;
				text-align:right;
				border-bottom:1px solid #212121;
}
.style2 {
				font-variant:small-caps; 
				font-weight:bold;
			
				
}
.style3 {
				font-family:"Times New Roman", Times, serif;
				font-size:large;
				letter-spacing:4px;
				text-align:center;
				font-weight: normal;
				border-bottom:2px solid #212121;
}
.style4 {
				line-height:20px;
}
.style5 {
				color:black;
				font-family:tahoma;
				font-size:x-small;
				line-height:15px;
}
.style6 {
				border-bottom:2px dotted #212121;
}
#navigaton {
				padding-top:5px;
				
				
}
#navigation li {
				list-style:none;
				list-style-type:none;
				list-style-image:none;
}
#navigation a{
				font-family:Georgia;
				text-decoration:none;
				display:block;
				color:white;
				background:black;
				height:20px;
				width:150px;
				border-bottom:1px solid white;
				text-align:center;
				
}
#navigation a:hover {
				color:silver;
				letter-spacing:4px;
				text-decoration:none;
				text-align:center;
				background:white;
				color:black;
				list-style:circle;
				
}

