/* CSS Document */

body {
	font: Arial, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1 {
  font: bold 180%/100% "Futura, sans serif";
  position: relative;
  color: #E89BD7;
  margin: 0 auto;
  border-bottom: 1px dashed #E89BD7;
  
}
h1 span {
  background: url("gradient.png") repeat-x;
  position: absolute;
  display: block;
  width: 100%;
  height: 33px;
}

u {
	color: #E89BD7;
}

b {
	color: #D4CBE0;
}

.imghover { border: 1px solid #EB9CD4; padding: 1px; }
a:hover .imghover  { border: 1px solid #EB9CD4; padding: 1px }

a {
	color: #91C8DB;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #E597D6;
	font-weight: bold;
	text-decoration: none;
}
