
 
  body {
	padding-top: 3em;
	padding-left: 3em;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	color: #F89FC9;
	background-color: #231F14;
	}
	
	h1 {
	font-family: Rockwell, Georgia, Times, Elephant, serif;
	color : #FF319C;}
	
	h2 {
	font-family: Rockwell, Georgia, Times, Elephant, serif;
	color : #EA0671;}
	
	li{
	font-size : 100%;
	font-family : Arial, Helvetica, sans-serif;
	list-style-type : circle;
	text-decoration : none;
	line-height : 130%;
}
	
  ul.navbar {
    position: absolute;
	 top: 1em;
    left: 1em;}

	
	ul.navbar li {
    background: none;
    padding: 0.3em;
    border-bottom: 0.01em solid #EA0671 }
	
  ul.navbar a {
    text-decoration: none }
	
 ul.navbar  a:hover{
	color : #FF3100;
	text-decoration : none}
	
  a:link {
	color: #EA0671;
	text-decoration : none;}
	
  a:hover {
	color:  #FF3100;
	text-decoration : none;}
	
  a:visited {
	color:  #EA0671;
	text-decoration : none;}
	
	address {
	font-size: 11px;
    margin-top: 5em;
    padding-top: 0.5em;
    border-top: thin dotted #EA0671}

 