/* undohtml.css */

:link,:visited { text-decoration:none; }

ul,ol { list-style:none; }

h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; font-weight: normal; }

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,blockquote,fieldset,input
{ margin:0; padding:0; }

a img,:link img,:visited img { border:none; }

address { font-style:normal; }

/*----------------------------------------------------------------------------*/

/*UTILITY*/
.floatleft					{ float: left; }
.floatright					{ float: right; }
.clear						{ clear: both; }


html,body {
	height:						100%;
	
}

body {
	font-family:				arial;
	background-color:			black;
	font-size:					10pt;
}

#content      
	{
	text-align: 				center;
	margin-left:				-425px;
	position:					absolute;
	top:						50px;
	left:						50%;
	width:						850px;
}

a:link
	{
	color: 						black;
	text-decoration:			none;
	
}

a:hover 
	{
	text-decoration: 			underline;
	
}

a:visited 
	{
	color: 						black;
	text-decoration:			none;
	
}

#header {
	
}

#header h1 {
	z-index:					2;
	float: 						left;
	padding-right: 				0px;
	width:						800px;
	text-align: 				left;
}
	
#col {
	margin-top:					-20px;
	z-index:					2;
	float: 						left;
	padding-bottom: 			30px;
	width:						1000px;
	text-align: 				left;
}

#col li {
	float: 						left;
	padding-right: 				10px;
	text-align: 				left;
}

#pic {
	clear: 						both;
	padding:	 				2px;
	text-align: 				left;
}

#question {
	font-style:					Italic;
	font-weight:				bold;
}

#footer      
	{
	z-index:					20;
	text-align: 				right;
	margin-left:				250px;
	position:					relative;
	left:						50%;
	width:						225px;
	height:						50px;
}

.button {
	padding-top:	 			25px;
	text-align: 				left;
}

.copy {
	margin-left:				180px;
	margin-top:					-392px;
	color:						#a00000;
	width:						650px;
	text-align: 				left;
}

.copy h1{
	text-transform:				uppercase;
	font-weight:				bold;
	font-size:					14pt;
}


.title {
	float: 						left;
	padding:	 				5px;
	text-align: 				left;
}

.info {
	margin-top:					-100px;
	margin-bottom:				60px;
	color:						#a00000;
	width:						650px;
	text-align: 				left;
}
