/* style sheet for glycerin productions site */

/* body attributes */
body
{
	color:				white;
	background-color:	black;
	margin:				0;
}

/* link in the tables attributes */
table a
{
	color:				white;
	text-decoration:	none;
}

/* special links in the span element within a table */
table span a
{
	color:				blue;
}

/* links attributes */
#links
{
	font-size:			11pt;
	font-family:		verdana, sans-serif;
}

/* regular link attribute */
#links a:link
{
	text-decoration:	none;
}

/* link visited attribute */
#links a:visited
{
	text-decoration:	none;
	color:				orange;
}

/* link hover attribute */
#links a:hover
{
	color:				red;
	text-decoration:	underline;
}

/* link active attribute */
#links a:active
{
	text-decoration:	none;
}

/* stories font size and attributes */
.story
{
	color:				white;
	font-size:			10pt;
	font-family:		verdana, sans-serif;
}

/* titles font size and attributes */
.title
{
	color:				white;
	font-size:			18pt;
	font-family:		verdana, sans-serif;
}