 BODY {
	background: transparant;
	scrollbar-face-color: 305625;
	scrollbar-highlight-color: green;
	scrollbar-shadow-color: 102C08;
	scrollbar-3Dlight-color: 102C08;
	scrollbar-arrow-color: black;
	scrollbar-darkshadow-color: black;
	scrollbar-track-color: 25451C;
	cursor: url("bluepink.ani"), auto;
}
 P {
	font-family: century gothic, lucida console;
	font-size: 12px;
	color: white; 
	font-weight: ; 
	line-height: 1em;
	letter-spacing: 0.0em;
	word-spacing: 0.3em;
}
 h1 {
	font-family: lucida console;
	font-size: 16px;
	color: white;
	font-weight: bold; 
	line-height: 1em;
	letter-spacing: 0.2em;
	word-spacing: 0.4em;
	border-bottom: none;
	DropShadow(Color=black, OffX=2, OffY=2);
}
 h2 {
	font-family: lucida console;
	font-size: 11px;
	color: #000000; 
	font-weight: bold; 
	line-height: 1em;
	letter-spacing: 0.0em;
	word-spacing: 0.3em;
}
 A { 
	font-family: century gothic, lucida console;
	font-size: 12px;
	font-weight: bold; 
	line-height: 1em;
	letter-spacing: 0.2em;
	word-spacing: 0.4em;
	color: #F0AEC5; 
	border-bottom: 0 dashed black;
	text-decoration: none;
}
 a:hover { 
	font-family: century gothic, lucida console;
	font-size: 12px;
	font-weight: bold; 
	line-height: 1em;
	letter-spacing: 0.2em;
	word-spacing: 0.4em;
	color: black; 
	border-bottom: 1 dashed black;
	background-image: url(link.gif);
	text-decoration: none;
	cursor: url("bluepink.ani"), auto;
	filter: Glow(Color=pink, Strength=3);
	-moz-opacity:.5;
}
 img {
	border: 1px black dashed; 
}
 table {
	border: 1px solid black;
	padding: 10px;
}
 td {
	border: 1px solid black; 
	width: 200px;
	background-color: #F0AEC5; 
	font-family: lucida console;
	font-size: 11px;
	color: black; 
	font-weight: bold; 
} 
 tr {
	border: 1px solid black;
}
HTML,BODY
	{cursor: url("bluepink.ani"), auto;}
input
{
	font-family: lucida console;
	font-size: 11px;
	color: white; 
	font-weight: bold; 
	line-height: 1em;
	letter-spacing: 0.0em;
	word-spacing: 0.3em;
	background-color: black;
	border: 2px dashed F0AEC5;
	opacity:.50;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
}
.submit input
{
	font-family: lucida console;
	font-size: 11px;
	color: white; 
	font-weight: bold; 
	line-height: 1em;
	letter-spacing: 0.0em;
	word-spacing: 0.3em;
	background-color: #black;
	border: 2px #F0AEC5 dotted;
} 
textarea
{
	font-family: century gothic;
	font-size: 11px;
	color: black; 
	font-weight: bold; 
	line-height: 1em;
	letter-spacing: 0.0em;
	word-spacing: 0.3em;
	background-color: #F0AEC5;
	border: 2px solid black;
	opacity:.50;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
}