a {
	text-decoration: none;
}
a:link    {color: #000099}
a:visited {color: #0098ff}
a:hover   {text-decoration: underline}
a:active  {text-decoration: underline}
a.empty   {color: #fec602}
a.private {color: #ff0000}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
        font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana,
	sans-serif;
}

.error    {color: #f00;}

#banner, #content, #links {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
}

table {
  border-collapse:collapse;
	 border-color: #7bc6ff;
	 border-style: solid;
	 border-width: 2px;
	 margin-left:auto;
	 margin-right:auto;
	 background:#transparent;
	 padding:3px;
	 color: #000099;
}

td { 
 border: 1px solid #7bc6ff;
	text-align:left;
	padding: 3px;
}

pre {
	font-family: monospace;
	font-size: 13px;
	color: #EEE;
	background-color: #333;
	border: 1px dashed #EEE;
	padding: 2px;
	padding-left: 10px;
	margin-left: 30px;
	margin-right: 75px;
}

ins {
	text-decoration: none;
	background-color: #ffff00;
	color: #000000;
}
del {
	text-decoration: none;
	background-color: #ff00ff;
	color: #000000;
}

.blogbody a,
.blogbody a:link,
.blogbody a:visited,
.blogbody a:active,
.blogbody a:hover {
	font-weight: normal;
}

.title,
.side,
.sidetitle {
	font-size: large;
}

.title a {
	color: #000099;
}

.description,
.blogbody,
.date,
.comments-body,
.comments-post,
.comments-head {
	font-size: medium;
}

.posted {
	font-size: small;
}

.syndicate,
.powered {
	font-size: x-small;
}

table.changes {
	border-width: 0;
	width: 100%;
	table-layout: fixed;
} 

table.changes td.page-id {
	border-width: 0;
} 

table.changes td.edit-by {
	border-width: 0;
	text-align: right;
} 

table.changes td.edit-time {
	border-width: 0;
	font-size: x-small;
} 

div.side a { display: list-item; list-style-type: none }
div.upper-nav { display: none; }
.blog h1 { display: none; }
textarea { width: 100% }
body div#content div.blog div.blogbody h1 { display: inline; }
