a:link {
	color: #00ffff;
	text-decoration: none;
}
a:visited{
	color: #00ffff;
	text-decoration: none;
}
a:hover{
  color : #00ffff;
  text-decoration: underline;
}
a:active{
  color : #990099;
}
h1 {
  font-size : 100%;
  text-decoration : none;
  font-weight : normal;
}
h2{
  font-size : 100%;
  text-decoration : none;
  background-color : #63b8ff;
  padding-top : 5px;
  padding-left : 5px;
  padding-right : 5px;
  padding-bottom : 5px;
  font-weight : normal;
  
}
cite{
  color : #885500;
  text-decoration : none;
  font-style : normal;
}
blockquote{
  margin-top : 5px;
  margin-left : 5px;
  margin-right : 5px;
  margin-bottom : 5px;
  background-color : #eecbad;
  padding-top : 5px;
  padding-left : 5px;
  padding-right : 5px;
  padding-bottom : 5px;
}
body {
	color: #ffffff;
}
a:link.footer {
	color: #000000;
	text-decoration: none;
}
a:visited.footer {
  color : #000000;
  text-decoration : none;
}
a:hover.footer {
  color : #000000;
  text-decoration: underline;
}
a:active.footer {
  color : #990099;
}
P {
	line-height: 150%;
}
