@charset "utf-8";

/* Style specific styles */

body {
	color: #000;
	background: #a0c55f;
}

a:link, a:visited {
	color: #fff;
}

a:active, a:hover, h2, #comment {
	color: #0d6759;
}

img.button, .thumb-container {
	border: 1px #0B2e59 dashed;
}

.border, .box {
	border: 1px #0B2e59 solid;
}

.selected {
	background: #0d6759;
}

#header, #comment, #footer {
	background: #7ab317;
}

#comment {
	border-right: 1px #0B2e59 solid;
	border-left: 1px #0B2e59 solid;
	border-bottom: 1px #0B2e59 solid;
}