body {
	font-family: Arial, Helvetica, sans-serif;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size:14px;
}

h2 {
	font-size:12px;
}

#enduser_copy {
	font-size:12px;
	width:600px;
	margin:auto;
}

.info {
	width:525px; 
	font-weight:normal; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px;
	-moz-user-select: none;
   -khtml-user-select: none;
   user-select: none;
}

.info ul {
	list-style:none;
	margin:0px;
	padding:0px;
}

.info li {
	margin-left:10px;
}

#howto p {
	margin-left:10px;
	margin-right:10px;
}

#howto a:link {
	text-decoration:none;
	color:#000000;
}

#howto a:visited {
	text-decoration:none;
	color:#666666;
}

#howto a:hover {
	text-decoration:underline;
	color:#333333;
}

#howto a:active {
	text-decoration:none;
	color:#000000;
}