.eula	
{
	position			: 	absolute;
	z-index				:	9;
	left				:	5%;
	top				:	5%;
	width				:	90%;
	visibility 			: 	visible;	
	background-color		:	white;
	color				:	black;
	border				:	black 5px solid;
	text-align			:	center;
}

#eula_head
{
	position			:	relative;
	float				:	left;
	width				:	100%;
	background-color		:	black;
	color				:	white;
	text-align			:	center;
	font-weight			:	bolder;
	padding-top			:	1%;	
	padding-bottom			:	1%;
}

h1
{
	position			:	relative;
	float				:	left;
	width				:	100%;
	font-size			:	1em;
	color				:	black;
	margin-bottom			:	1%;
}

h1 a:link	{color:blue; text-decoration:underline;}
h1 a:visited{color:blue; text-decoration:underline;}
h1 a:hover	{color:blue; text-decoration:underline;}
h1 a:active	{color:blue; text-decoration:underline;}

#agree
{
	position			:	relative;
	float				:	left;
	margin-left		:	28%;	
	margin-bottom		:	5%
	text-align			:	right;
}
#agree a:link	{color:red; text-decoration:underline;}
#agree a:visited{color:red; text-decoration:underline;}
#agree a:hover	{color:red; text-decoration:underline;}
#agree a:active	{color:red; text-decoration:underline;}

#disagree
{
	position			:	relative;
	float				:	right;
	margin-bottom		:	5%;
	margin-right		:	25%;
	text-align			:	left;
}
#disagree a:link	{color:red; text-decoration:underline;}
#disagree a:visited	{color:red; text-decoration:underline;}
#disagree a:hover	{color:red; text-decoration:underline;}
#disagree a:active	{color:red; text-decoration:underline;}

p
{
	color				:	black;	
	text-size			:	medium;
}