body {
	
}

.navigation {
	position:relative;
	top:-48px;
	background-image:url('star-background.png');
	width:175px;
	height:500px;
	border-style:solid;
	border-width:1px;
	border-color:000000;
}

.content {
	background-color:ffffff;
	width:529px;
	height:452px;
	color:000033;
	border-style:solid;
	border-width:1px;
	border-color:000000;
	overflow:auto;	
}

.navlink{
	color:000033;
}

.banner{
	position:relative;
	left:200px;
}

.contenth{
	text-align: center;
	font-size:24;
}

.contenth1{
	text-decoration:underline;
	font-size:20;
	color:red;
}

A.navlink:visited {text-decoration: none; color: 000033;}
A.navlink:link {text-decoration: none;color:000033;}
A.navlink:active {text-decoration: none;color:000033;}
A.navlink:hover {text-decoration: underline; color: red;}

A:visited {text-decoration: underline; color: red;}
A:link {text-decoration: underline;color:red;}
A:active {text-decoration: underline;color:red;}
A:hover {text-decoration: underline; color: red;}
