/* Stylesheet for wctaiwan.com */

body {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 14px;
}

img {
	border: none;
}

a {
	text-decoration: none;
	color: #39C;
}

a:hover, a:active {
	text-decoration: underline
}

h2 {
	margin: 10px 0;
	font-size: 20px;
	font-weight: normal;
}

h2 a {
	color: #000;
	text-decoration: underline;
}

h2 a:hover, h2 a:active {
	text-decoration: none;
}

/* Page Elements */

#container {
	width: 420px;
	margin: 20px auto;
}

#content {
	line-height: 22px;
}

#footer {
	text-align: center;
}

.date {
	float: right;
}

.message {
	font-style: italic;
}

/* Header */

#header {
	margin-bottom: 30px;
	border-bottom: 1px solid #000;
	font-size: 16px;
	line-height: 30px;
	text-align: right;
}

#header a {
	color: #000;
}

#header ul {
	margin: 0;
}

#header li {
	display: inline;
	margin-left: 10px;
}

#sitename {
	float: left;
}