body	{
	color: #00ff00;
	background-color:#ccccff;
	text-align:center;
	}

.contents {
	width:680px;
	background-color:#ffffff;
	text-align:center;
	}

h1	{
	color: #00ff00;
	font-size:1em;
	text-align:left;
	border-bottom:solid 1px #00ff00;
	padding-left:20px;
	padding-top:20px;
	padding-bottom:10px;
	}

p	{
	color:gray;
	text-align:left;
	font-size:0.75em;
	margin-top:0.5em;
	margin-bottom:0.5em;
	}	

p	strong{
	color:red;
	}

table	{
	margin-bottom:20px;
	border:0px;
	}

td	{
	vertical-align:top;
	}

table	a{
	font-size:0.85em;
	float:left;
	}

p.table	{
	margin-top:5px;
	}

address	{
	color: #00ff00;
	text-align:left;
	font-size:0.75em;
	border-top:solid 1px #00ff00;
	padding-left:20px;
	line-height:2em;
	}

address a{
	color: #5e8eab;
	}