a {
	color: white;
	text-decoration: none;
}
a:position {color: red;}
a:visited {color: white;
}
a:hover {
	color: #e1cf09;
}

.border360 {
	position: absolute;
	width: 640px;
	height: 360px;
	border: 3px solid green;
	font-size: 28px;
	text-align: center;
	background-color: #0000cc;
	margin-left: 0px;
	margin-top: 0px;
}
.border360 .content360 {
	width: 630px;
	height: 350px;
	border: 1px solid yellow;
	background-color: #128622;
	margin: 3px;
}
.border360 .content360 .leftnav {
	width: 95px;
	height: 340px;
	float: left;
	margin: 5px;
	background-color: #e1cf09;
}
.border360 .content360 .leftnav7 {
	width: 95px;
	height: 300px;
	float: left;
	margin: 5px;
	background-color: #e1cf09;
}
.border360 .content360 .leftnav .navbar {
	width: 90px;
	height: 39px;
	background-color: #128622;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3px;
	margin-bottom: 3px;
}
.border360 .content360 .main {
	float: left;
	margin: 5px;
}
.border360 .content360 .main img{
	border: 3px solid #e1cf09;
}