nav {
	border-radius: 5px;
	background-color: #cce6ff;
	padding: 10px;
	font-family: Arial Narrow, sans-serif;
	width: 100%;
}
.dire_a:link {
  text-decoration: underline;
  color: default;
}

.dire_a:visited {
  text-decoration: underline;
}

.dire_a:hover {
  text-decoration: underline;
  color: inherit;
}

.dire_a:active {
  text-decoration: underline;
}
  

.container {
  border-radius: 5px;
  background-color: #e6f3ff;
  padding: 10px;
  width: 100%;
}

h1 {
	font-family: comic sans ms;
	font-size: 36px;
	text-shadow: 2px 2px #0099e6;
	text-align: center;
}
h2 {
	font-family: comic sans ms;
}

h3 {
	font-family: arial;
}

.direct_h2 {
	font-family: arial;
	font-size: 20px;
	text-align: center;
	
}

a:link {
  text-decoration: none;
  color: #000;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: #cce6ff;
}

a:active {
  text-decoration: underline;
}
  