﻿
a:link     { color:#606060;text-decoration: none;}
a:visited  { color:#606060;text-decoration: none;}
a:active   { color:#606060;text-decoration: none;}
a:hover    { color:darkred; text-decoration: underline;}    
/*
A:link { color:#00008b; text-decoration:none;  }
A:visited { color:#00008b; text-decoration:none;  }
A:hover { text-decoration:underline;color:darkred; }
*/
body
{
	background-image:url(../images/main_background.png);
	margin-top: 0;
}
.label
{
	font-weight: bold;
	font-size: 10pt;
	font-family: Arial, Garamond;
	color:black;
}
	
.textbox
{
	
	border-top: thin groove;
	border-left: thin groove;
	border-bottom: thin groove;
	font-size: 9pt;
	font-family: Arial, Garamond;
	height: 15px;
	vertical-align: top;
}
.button
{
	background-color: #ffe4b5;
	font-size: 9pt;
	font-family: Arial, Garamond;
}
.shortStory
{
	color: antiquewhite;
	background-image: url(../../../images/main_background.png);
	border-right: #ccccff thin groove;
	border-top: #ccccff thin groove;
	border-left: #ccccff thin groove;
	border-bottom: #ccccff thin groove;
}
.titleBar
{
	
	height: 18px;
	font-size: 10pt;
	font-weight: bold;
	color: #ffffff;
	font-family: Arial, Garamond;
	vertical-align: middle;	
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='DimGray', EndColorStr='Ivory');	
}
