/*  index.css  */

body {
	background-color: white;
/*	background-image: url(./images/top_leaf.gif);	*/
/*	background-image: url(./images/back_l_g.jpg);	*/
/*	background-attachment: fixed;	*/
/*	background-position: left top;	*/
/*	background-repeat: no-repeat;	*/
	color: black;
	margin: 0px;
}

table {
	text-align: center;
	margin-top: 0px;
/*	margin-left: auto;	*/
/*	margin-right: auto;	*/
}

a {
	font-family: "Verdana, Arial, Helvetica";
	font-size: medium;
	font-weight: bold;
	text-decoration: none;
}

a:link, a:visited {
	color: navy;
}

a:hover {
	color: red;
	text-decoration: underline;
}

a:active {
	color: green;
}

.space {
	font-size: 1px;
}

.title {
	color: white;
	font-family: "Verdana, Arial, Helvetica";
	font-size: 48px;
	font-weight: bold;
}

.date {
	color: green;
	font-family: "Verdana, Arial, Helvetica";
	font-size: medium;
	font-weight: bold;
}

.comment {
	color: black;
	font-family: "Verdana, Arial, Helvetica";
	font-size: medium;
	font-weight: bold;
}

.reason {
	color: gray;
	font-family: "Verdana, Arial, Helvetica";
	font-size: x-small;
	font-weight: normal;
}

.footer {
	color: navy;
	font-family: "Verdana, Arial, Helvetica";
	font-size: medium;
	font-weight: bold;
}

