/* CSS Document */

@import "full.css";

body {
	font-family: Verdana, helvetica, Arial, sans-serif;
	color: #000000;
	font-size: 80%;
	background-color: #f5f5f5;
}

#wrapper {
	color: #555555;
	background-color: #ffffff;
}

h1,h2,h3,h4,h5,h6 {
	color: #C08040;
	font-weight:bold;
}

h1 {
	font-size: 125%;
}

h2 {
	font-size: 115%;
}

h3 {
	font-size: 115%;
}

h4 {
	font-size: 100%;
}

a {
	color:#c06020;
}

a:hover {
	color:#f09030;
}

.feed .date {
	color: white;
	background: #F08000;
}

.feed a {
	color: #555555;
}

.clickable {
	cursor: pointer;
}

.clickable:hover {
	background: #88ff88;
}

.speechbubble {
	font-size: 1.2em;
	text-align: center;
	font-weight: bold;
	color: #006600;
}

.hint {
	font-size: 0.8em;
	color: #807000;
}


