<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
<title>css</title>
</head>
<style type="text/css">
.style1 {
	text-align: center;
}
.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	text-align: left;
}
.style5 {
	color: #FF0000;
	font-size: large;
}
.style6 {
	font-family: Arial, Helvetica, sans-serif;
}
.style7 {
	font-size: large;
}

.sidenav {
	height:100%;
	width:120px;
	position: fixed;
	z-index:1;
	top:0;
	left:0;
	background-color:#212F3C;
	font-color:#ffb6c1;
	font-size:18px;
	overflow-x:hidden;
	padding-top: 20px;
}

a:active {
	font-color:red;
}
a:hover {
	background-color:purple;
}
</style>