a:link
{
	color: rgb(51,153,255); 
}
.quote       { font-style: italic; text-align: Right; position: relative; float: right; 
               width: 100px; border-top-style: solid; border-bottom-style: 
               solid }
a:visited
{
	color: rgb(51,102,204); 
} 
a:active 
{
	color: rgb(255,153,0);
}
a:hover
{
	/* font-style: italic;  Yeah, yeah, I know... */
}
table
{
	table-border-color-light: rgb(255,204,102);
	table-border-color-dark: rgb(204,153,102); 
}
body         { font-size: 8pt; font-family: Tahoma, Verdana, Arial, Helvetica; background-color: 
               rgb(255,255,255); color: #666666 }
h1           { color: #999933 }
h2
{
	color: rgb(204,153,0); 
}
h3
{
	color: rgb(0,102,153); 
}
h4
{
	color: rgb(153,153,0);
}
h5
{
	color: rgb(255,153,0);
}
h6
{
	color: rgb(51,102,204);
}

ins { text-decoration: none; font-weight: bold; }

th A:link, th A:visited { color: black; text-decoration: none }
th A:active, th A:hover { color: #666666; text-decoration: none }

div.blog { float: right; border: 1px solid black;  margin-top: 8px; padding: 4px; }
div.blog tr { font-size: 8pt; font-family: Tahoma, Verdana, Arial, Helvetica; }
div.blog th { text-align: right }
div.blog td { text-align: left }

blockquote { border-left: 0.75em solid #eeeeee; margin-left: 2em; padding-left: 1em }

div.license { 
	background: #eeeeee;
	color: black;
	border: 1px dashed #999933;
	margin: 1em 4em 1em 4em;
	padding: 1em;
}

table.random-photos {
    font-size: 8pt; font-family: Tahoma, Verdana, Arial, Helvetica;
}

div.album-title {
    margin-top: 2em;
    font-size: smaller;
    font-style: italic;
    text-align: left;
}

