@media (max-width: 800px)
{
	.biggerimage { width: 100% !important; }
}

body
{
	background-color: #393965;
	color: #FFFFFF;
	font-size: 12px;
	font-family: sans-serif;
	padding: 10px;
	padding-bottom: 20px;
}

a { text-decoration: none; }
a:link { color: #CCCCFF; }
a:visited { color: #9999FF; }
a:hover, a:active { color: #FFFFFF; }

img
{
	padding-bottom: 4px;
	border: 0px;
	/* Nearest neighbor resize */
	image-rendering: -webkit-optimize-contrast;
	image-rendering: optimize-contrast;
	image-rendering: -o-crisp-edges;
	image-rendering: -moz-crisp-edges;
	image-rendering: pixelated;
}

img.nolp
{
	padding-bottom: 0px;
	border: 0px;
}

hr
{
	margin-left: 0px;
	margin-right: auto;
	text-align: left;
	width: 50%;
}

hr.wide { width: 80%; }

div.quote
{
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

div.pause
{
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 5px;
}

.name { color: #CCCCCC; }

.size0 { font-size: 8px; }
.size1 { font-size: 11px; }
.comment { font-size: 11px; font-style: italic; }
.size2 { font-size: 12px; }
.size3 { font-size: 16px; font-weight: bold; }
.size4 { font-size: 20px; }
.size5 { font-size: 24px; }
.size6 { font-size: 32px; }

table.youtwit
{
	font-size: 14px;
	background-color: #404070;
	border-width: 2px;
	border-style: solid;
	border-color: #9999AA;
}

td.youtwit
{
	border-width: 1px 0px 1px 0px;
}

/* Inappropriate use of IDs instead of classes, left here for pages that I haven't "fixed." */

img#nolp
{
	padding-bottom: 0px;
	border: 0px;
}

#name
{
	color: #CCCCCC;
}

div#msn
{
	color: #CCCCCC;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}

div#quote
{
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

div#pause
{
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 5px;
}

font#link
{
	color: #9999FF;
	text-decoration: underline;
}

#size0 { font-size: 8px; }
#size1 { font-size: 11px; }
#comment { font-size: 11px; font-style: italic; }
#size2 { font-size: 12px; }
#size3 { font-size: 16px; font-weight: bold; }
#size4 { font-size: 20px; }
#size5 { font-size: 24px; }

td#youtwit
{
	border-width: 1px 0px 1px 0px;
}

table#youtwit
{
	font-size: 14px;
	background-color: #404070;
	border-width: 2px;
	border-style: solid;
	border-color: #9999AA;
}