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

      body {
	background:#FF99FF;
	color: #330000;
	margin:0px;
	padding:0px;
	background-color: #FF6600;
}
      a {text-decoration:none}
      .top  {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}
      .footer  {
	border-top: #996699 solid 1px;
	border-bottom: #996699 solid 1px;
	margin: 0 0 0 0;
	background-color: #FF3300;
}
      hr       { border:solid; border-width:1px; border-color:#336666;}
    body,td,th {
	color: #FFFFFF;
}
a:link {
	color: #FFFFFF;
	text-decoration:underline;
}
a:hover {
	color: #FFC671;
}
h1 {
	font-size: 14px;
	color: #FF6600;
}

h2 {
	font-size: 10px;
	color: #CCCCCC;
}


