@charset "utf-8";
/* CSS Document */

body 
{
  background-color:#FF99FF;
  letter-spacing:.1em;
}

P {
	font-family: Arial;
	color: #FF0066;
	font-weight: lighter;
	font-size: 14px;
}
H1 {
	color: #FF0066;
	font-family: Impact;
	font-style: italic;
	font-weight: lighter;
	font-size: 80px;
}
H2 {
	color: #FF0066;
	font-family: Impact;
	font-style: italic;
	font-weight: lighter;
	font-size: 50px;
}
H3 {
	color: #FF0066;
	font-family: Impact;
	font-style: italic;
	font-weight: lighter;
	font-size: 34px;
}
H4 {
	font-family: Impact;
	font-weight: lighter;
	font-size: 20px;
	color: #FF0066;
}
.style1 {
	font-size: 9px
}

.Cell {
width:120px;
}

a, a:link {
	color: #FF0066;
	text-decoration: none;
}

a:visited {
	color: #FF0066;
	text-decoration: none;
}

a:hover, a:focus, a:active {
	color: #FF0000;
	border-bottom: 1px dotted #FF0000;
}

