*
{
	margin: 0;
	padding: 0;
}

body
{
	color: #000;
	background-color: #FFF;
	font-size: 16px;
	font-family: times, "times new roman", georgia, serif;
	line-height: 20px;
}

a
{
	color: #600;
	background-color: inherit;
	font-weight: bold;
	text-decoration: none;
}

a:visited
{
	color: #666;
	background-color: inherit;
	text-decoration: none;
}

a:hover
{
	color: #F00;
	background-color: inherit;
	text-decoration: underline;
}

div#box
{
	margin: 0 auto;
	width: 500px;
}

div#header
{
	margin: 2em 0 1em;
	text-align: center;
	border-bottom: 1px #369 solid;
	padding-bottom: 1em;
}

p
{
	margin: 0.5em 0;
}

p.buttons
{
	border-top: 1px #369 solid;
	padding: 1em 0 0;
	text-align: center;
}

p.buttons input
{
	padding: 3px;
}

#copy
{
	color: #666;
	background-color: #FFF;
	font-size: 10px;
	line-height: 10px;
	text-align: center;
	padding-bottom: 1em;
}
