.quote-table {
	width : 400;
}
.quote-text {
	font-size : smaller;
	font-style : italic;
}

.quote-author {
	font-variant : small-caps;
	font-weight : bold;
	font-style : italic;
	font-size : smaller;
}

.ErrorMsg{
	font-weight : bold;
	color : #ff0000;
}

.STS_GameDate
{
	font-size : x-large;
	font-weight : bold;
	font-style : italic;
	color : Silver;
}

.STS_Quote
{
	font-size : smaller;
	font-style : italic;
}

.STS_Author
{
	font-size : smaller;
	font-weight : bold;
}

.STS_Reference
{
	font-size : smaller;
	font-weight : bold;
	font-style : italic;
}

.STS_Delivery
{
	font-weight : bold;
}

.STS_Invitation
{
	font-style : italic;
}

.STS_StoryTellerNotes
{
	
}

.STS_HeadLine
{
	font-size : larger;
	font-weight : bold;
}

.STS_LocationDate
{
	font-weight : bold;
}

.navbar{
	font-size : x-small;
}
BODY {
	background-color : white;
	color : black;
	font-family : Arial, Helvetica, sans-serif;
}

A {
	text-decoration: none;
	color:#0000FF;
}
A:Active {
	color : #FF0000;
	text-decoration: none;
}
A:Hover {
	color : #FF0000;
	text-decoration: underline;
}

