@charset "utf-8";

/* Style specific styles */

body {
	color: #001933;
	background: #fff;
}

a:link, a:visited, h2, #comment {
	color: #999;
}

a:active, a:hover {
	color: #000;
}

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

h1, #footer {
	color: #fff;
}

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

.selected {
	background: #00346b;
}

.box {
	border: 1px #001933 solid;
}

#header, #footer {
	background: #002c5c;	
}

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