/*
 waste.css: »¶ºâÆüµ­ÍÑCSS
 */

a:link {
	color: #000d00;
	text-decoration: none;
}

a:visited {
	color: #166c01;
	text-decoration: none;
}

a:acvite {
	text-decoration: none;
}

a:hover, a:focus {
	text-decoration: underline;
}

body {
	background-color: white;
	color: black;
}

h1 {
	color: white;
	background-color: #106b00;
	border-style: solid;
	border-color: #004000;
	border-width: 2px 2px 2px 2px;
	padding: 4px 4px 4px 4px;
}

h2 {
	color: white;
	background-color: #106b00;
	border-style: solid;
	border-color: #004000;
	border-width: 2px 2px 2px 2px;
	padding: 2px 4px 2px 4px;
	font-size: large;
	font-weight: bold;
}

a:link.h2 {
	color: white;
}

a:visited.h2 {
	color: white;
}

p {
	margin-left: 1em;
}

table.diary {
	border-style: solid;
	border-color: #004000;
	border-width: 2px 2px 2px 2px;
	background-color: #ddffdd;
	margin-left: 2em;
	width: 90%;
}

td.diary {
	vertical-align: top;
	border-style: solid;
	border-color: #004000;
	border-width: 0px 0px 1px 0px;
}

table.total {
	border-style: solid;
	border-color: #004000;
	border-width: 2px 2px 2px 2px;
	background-color: #ddffdd;
}

table.monthlytotal {
	border-style: solid;
	border-color: #004000;
	border-width: 2px 2px 2px 2px;
	background-color: white;
}

caption.total {
	color: white;
	background-color: #106b00;
	border-style: solid;
	border-color: #004000;
	border-width: 1px 1px 0px 1px;
}

hr {
	background-color: #106b00;
	width: 70%;
}

p.footer {
	font-size: small;
	text-align: right;
}

p.strong {
	font-size: x-large;
	font-weight: bold;
	text-align: center;
}

p.go {
	font-size: x-large;
	font-weight: bold;
	text-align: center;
}

