*
{
	margin: 0;
	padding: 0;
}

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

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

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

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

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

div#carrier
{
	float: right;
}

div#intro
{
	margin: 0 310px 1em 0;
}

div#bottom
{
	clear: both;
}

p
{
	margin: 0.5em 0;
}

p.buttons
{
	padding: 1em 0;
	text-align: center;
}

p.buttons input
{
	padding: 3px;
}

p.top
{
	padding-top: 1em;
	margin-top: 1em;
	border-top: 1px solid #000;
}

p.bottom
{
	padding-bottom: 1em;
	margin-bottom: 1em;
	border-bottom: 1px solid #000;
}

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