﻿a:link, a:visited, a:hover {
	color:yellow;
	text-decoration:none;
}
body {
	background-color:silver;
}
#div1 {
	background-color: #FFFF00;
	position: relative;
	width: 100%;
	height: 300px;
}
#div2 {
	background-color:purple;
	width:100%;
	height:300px;
}
#div3 {
	background-color: #FFFF00;
	width: 100%;
	height: 300px;
}
.menu {
	height:20px;
	width:100px;
	background-color:purple;
	float:left;
	border:2px navy outset;
	color:yellow;
	text-align:center;
}