/*---- body properties ------*/
body {
	font:Georgia;
	color:#2884a2;
	font-size:12px;
}

/*---- links properties ------*/
a { 
	color:#2884a2;
	text-decoration:none;
	font: Georgia
	font-size:12px;
}

a:hover { 
	color:#80368d;
	font-family: times; 
	font-size: 18px; 
	font-weight: normal; 
	text-decoration: none; 
	letter-spacing: -2px; 
	text-transform: lowercase; 
	line-height: 15px;
}


#credits {
      background-color: #eae1f9;
      font-size:10px;
	  font-style:italic;
	  text-align:center;
}	


.header {
      background-color:#eae1f9;
	  font-size: 18px; 
	font-weight: normal; 
	text-decoration: none; 
	letter-spacing: -2px; 
	text-transform: lowercase;
} 





