body{
	background:#ff00ff;
	/*background:#ffff99;*/
}

a.sponsor {font-size: 150%;}
	
/*a.sponsor:link {font-size: ;80% color: #000000;}
a.sponsor:visited {font-size: 80%; color: #000000;}
a.sponsor:hover {color: #ffffff; background: #CC6633; }*/

p{
	margin-left:12.5%;
	margin-right:12.5%;
	font-family: arial;
	color: black;
}

p.footer{
	font-family: arial;
	font-size:80%;
}

div{
	text-align:center;
	margin-left:30px;
	margin-right:30px;
}
div.spacer{
	margin-top:30px;
}
div.greeting{
	padding-top: 2%;
	padding-bottom: 5%;
	/*background:#00ffff;*/
	background: #ffff99;
}
p.promptUser{font-size:80%;}

img.cL{
	float: left;
	clear: left;
	margin: 0 1em 0 0;
	margin-left: 30px;
	height: 1px;
}

img.cR{
	float: right;
	clear: right;
	margin: 0 1em 0 0;
	margin-right: 30px;
	height: 1px;
}

h1{
	font-size: 200%;
	color: #ff0000;
}

#text{
	font-size: 3em; /* optional. just to increase the font size. */
	display: block;
	line-height: 1em;
	font-weight: bold;
	font-style: arial;
	/*color: #666;  shadow color */
	color: #000;
	background-color: transparent;
	white-space: nowrap; /* wrapping breaks the effect */
}

#text:before, 
#text:after {
	content: "TeamHAT"; /* generated text*/
	display: block;
}

#text:before {
	margin-bottom: -1.05em;
	margin-left: 0.1ex;
	color: #ccc; /* shadow color */
	background-color: transparent;
}
#text:after {
	margin-top: -1.05em;
	margin-left: -0.5ex;
	/*padding-left: 1.0ex;*/
	color: #ff00ff;
	background-color: transparent;
}

hr{	width: 25%;}

