/* Default CSS Stylesheet for Steno Solutions */

BODY
{
	background-color: Black;
	font-family: "Verdana";
	font-size: 12px;
}

table
{
	background-color: #CCCC99;
	width: 779px;
	margin: 0px 0px 0px 0px;
}

.borderarea
{
	background-color: #999966;
}

P, ul
{
	color: Black;
}

.titles
{
	color: #8D540D;
	font-family: "Verdana";
	font-size: 20px;
	font-weight: bold;
}

.footer
{
	font-size: 9px;
	color: #556B2F;
	padding: 2px 2px 2px 2px;
}

.sectionbold
{
	font-weight: bold;
}

.section
{
	padding: 5px 5px 5px 5px;
}

.tips
{
	font-size: 12px;
}

A:link
{
	color: #556B2F;
	text-decoration: underline;
}	
		
A:visited, active
{
	color: #556B2F;
	text-decoration: underline;
}	
		
A:hover
{
	color: #8D540D;
	text-decoration: underline;
}
