h1 {
	border-bottom:2px solid;
	border-left:3px solid;
	width:1000px;
	border-color:#6666FF;
	
}

.container{
	width:1000px;
	border:1px solid;
	padding:3px;
	margin:3px;
}


a {
 text-decoration: none;
 color: #6666FF;
 font-weight:bold;
 
 
  }

a:hover {
background-color: #80FF63;
 }
