/* Body */

body {
	background-color: #000000;
	font-family: trebuchet ms, verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	margin-top: 0px
	}

p { text-align: justify }
	
/* Links */
	
a:link		{ text-decoration: underline; font-size: 12px; color: #dd8800; font-family: Trebuchet MS, Verdana }
a:visited	{ text-decoration: underline; font-size: 12px; color: #dd8800; font-family: Trebuchet MS, Verdana }
a:hover		{ text-decoration: none; font-size: 12px; color: #dd8800; font-family: Trebuchet MS, Verdana } 
a:active		{ text-decoration: underline; font-size: 12px; color: #dd8800; font-family: Trebuchet MS, Verdana }

img	{ border: 0px }

div.container	{ width: 800px; margin-left: auto; margin-right: auto }

td.head { height: 100px; vertical-align: top; font-size: 12px }
td.left { width: 140px; vertical-align: top; font-size: 12px }
td.left-mt { width: 165px; vertical-align: top; font-size: 12px }
td.right { vertical-align: top; font-size: 12px }
td.full { padding-left: 100px; padding-right: 100px; font-size: 12px }

.center { text-align: center }

/* Movable Type */

div.post-footers { font-size: 9px; text-align: right }

/* Guestbook */

td.gb-info {
	width: 120px;
	border: solid #888888;
	border-width: 2px 1px 0px 2px;
	padding: 3px 5px 5px 5px
	}
td.gb-post {
	vertical-align: top;
	border: solid #888888;
	border-width: 2px 2px 0px 0px;
	padding: 5px
	}
td.gb-timestamp {
	border: solid #888888;
	border-width: 1px 2px 2px 2px;
	padding: 5px
	}
div.name {
	font: 16px bold;
	font-family: trebuchet ms;
	padding-bottom: 5px
	}
