body { margin: 0 0 0 0; background-color: #000000; }
table { font: 13px Verdana; color: #7a8c99; line-height: 18px; background-color: #313049; }

a { text-decoration: none; color: #8cb1cc; }
a:hover { text-decoration: underline; color: #caddec; }

.content { padding-left: 10px; padding-right: 10px; padding-bottom: 8px; }

.menu { padding-left: 14px; padding-right: 14px; background-color: #1b1f2c; padding-top: 5px; padding-bottom: 5px; font-size: 13px; }

.twittyfuck { padding-left: 14px; padding-right: 14px; background-color: #1b1f2c; padding-top: 5px; padding-bottom: 5px; font-size: 10px; line-height: 14px; list-style-type: square; list-style-position: outside; }

td { background: url(images/back.gif); }

a.menu { color: #7a8c99; background-color: #1b1f2c; }

h1 { font: 23px Georgia; padding-top: 10px; }

a:hover.menu { color: #8cb1cc; text-decoration: none; background-color: #1b1f2c; }

.footer { padding-top: 12px; font: 9px Verdana; text-align: center; letter-spacing: 2px; }

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}
/* End Images */