﻿body{
	font-family:"MS UI Gothic";
	background-color:#ccffcc;
	color:#003300;
}
h1{
	margin:0px;
	text-align:center;
	color:#cc6666;
}
table, #head{
	margin:0px auto;
}
table{
	clear:all;
	border-collapse:collapse;
}
td{
	border:1px solid #99cc99;
	background-color:#ddffdd;
	padding:5px;
}
#head{
	width:650px;
	height:30px;
	padding-bottom:5px;
	margin-bottom:10px;
	border-bottom:3px solid #99cc99;
}
#return{
	float:left;
	width:auto;
}
#date{
	float:right;
	width:auto;
}
img{
	border:0px;
}
a{
	color:#cc33cc;
}
#link{
	text-align:right;
}
#message{
	font-size:small;
}
