@charset "utf-8";
/* CSS Document */
p {
  color: orangered;
  text-align: center;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif"
}
body{
	background-color: lightskyblue
}
h1{
	text-align: center;
	color: mediumpurple;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif"
}
h2{
	color: mediumpurple;
}
a{
	text-decoration: none;
	color: darkgreen;
}
a:hover{
	background-color: black;
	color: mediumpurple;
}
ul {
list-style-image: url('arrow.png'); 
} 
li {
	color: orangered;
}
#mystyle1 { 
border:#000000; 
border-style:solid; 
background-color:cornflowerblue; 
font-family:Arial, Helvetica, sans-serif; 
font-size:14px; 
color:#000066; 
width:350px; 
padding:50px; 
margin:0px; 
} 
#navbar ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: darkslategray;
	list-style-image: none;
}

#navbar li {
  float: left;
}

#navbar li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
list-style-image: none;
}

#navbar li a:hover {
  background-color: floralwhite;
	color: black;
}



