/* skin */
html,div,ul,li,h1,h2,h3,h4,h5,h6,p,#site {
	background-color: transparent;
	outline: medium none;
}

a,a:link,a:visited,body,span {
	outline: medium none;
}

a, h1, h2, h3, h4, .author, em, strong {
	color: #008366;
}

a:hover {
	text-decoration: underline;
}

p {
	color: #000;
}

input.button {
	background-color: #008366;
	color: #fff;
}

strong, dt{
	color: #008366;
}

.txtimg {
	text-indent: -999em;
	overflow: hidden;
	background-repeat: no-repeat;
	background-attachment: scroll;
}
