@charset "UTF-8";
/* CSS Document */

body  {
	font: 12px  Verdana, Arial, Helvetica, sans-serif, "ＭＳ ゴシック", Osaka;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #2f1a0f;

}
a:link {  color: #647c30; background-color: transparent; }
a:hover { text-decoration: underline; color: #647c30; background-color: transparent; }
a:visited { color: #647c30; background-color: transparent; }
a:active {  color: #647c30; background-color: transparent; }

.date{
	font-size:.86em;
	margin-left:12px;
}
table{
	font-size:1em;
}
