/* colors */

A:link {
	color: #696969;
	text-decoration: none
}
A:visited {
	color: #696969;
	text-decoration: none
}
A:active {
	color: #A9A9A9;
	text-decoration: none
}
A:hover {
	text-decoration: underline overline;
	color: red;
}

/* layout */

html, body { margin: 0; padding: 0; font-family: Georgia, "Times New Roman", Times, serif; }
body { padding-bottom: 20px; text-align: center; }
#container {
	text-align: left;
	margin: 0 auto;
	width: 770px;
}
#header {
	border: 1px solid black;
	margin: 20px;
	padding: 5px;
}
#header h1 {
	text-align: center;
}
#sidebar {
	border: 1px solid black;
	width: 180px;
	margin-left: 20px;
	float: left;
	display: inline;
	padding: 10px 10px 20px 10px;
}
#content {
	margin-left: 242px;
	margin-right: 20px;
	border: 1px solid black;
	padding: 20px;
}
#content textarea {
	width: 450px;
}
#footer {
	margin: 20px;
	padding: 20px;
	border: 1px solid black;
	clear: left;
	text-align: center;
}
#support {
	margin: 20px;
	clear: left;
	text-align: center;
}

/* tagcloud */

.tc_1of12 {
	font-size: 8px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.tc_2of12 {
	font-size: 10px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.tc_3of12 {
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.tc_4of12 {
	font-size: 15px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.tc_5of12 {
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.tc_6of12 {
	font-size: 22px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.tc_7of12 {
	font-size: 26px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.tc_8of12 {
	font-size: 30px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.tc_9of12 {
	font-size: 36px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.tc_10of12 {
	font-size: 42px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.tc_11of12 {
	font-size: 50px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.tc_12of12 {
	font-size: 58px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}