.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;
}

.PageHeader
{
	font-size:x-large;
	font-style:italic;
	font-weight:bold;
}

.PhotoTitle
{
	font-weight: bold;
	color:Navy;
}

.PhotoCaption
{
	color:#404040;
}

.PhotoAddedOn
{
	font-size:smaller;
	font-style:italic;
}

.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;
}

.CS_TabTable
{
    background-color: White;
    color: Black;    
}

BODY {
	background-color : white;
	color : black;
	font-family : Arial, Helvetica, sans-serif;
	background-image:url(/images/background-parchment.jpg);
}

A {
	text-decoration: none;
	color:Maroon;
}
A:Active {
	color : #FF0000;
	text-decoration: none;
}
A:Hover {
	color : #FF0000;
	text-decoration: underline;
}
