/*   http://www.stichsys.com/StichSys.css   */

A {
	text-decoration : none;
}

A:HOVER {
	text-decoration : underline;
}

A.GlobalNavBar {
	background-color: Green; 
	color: White;
	font-size : x-small;
	text-decoration : none;
	font-family : Tahoma, Arial, sans-serif;
}

.GlobalNavBar {
	background-color: Green; 
	color: Navy;
	font-size : x-small;
	text-decoration : none;
	font-family : Tahoma, Arial, sans-serif;
	text-align : center;
	width : 70px;
}


A.GlobalNavBar:HOVER {
	background-color: Lime;
	color : Green;
}


BODY {
	BACKGROUND-IMAGE: url(images/graph.gif);
	FONT-FAMILY: 'Courier New', Courier;
}

P {
	FONT-FAMILY: 'Courier New', Courier;
}

LI {
	FONT-FAMILY: 'Courier New', Courier;
}

INPUT, TEXTAREA 	/* flatten up inputs (including buttons) and textareas */
{ 
	border-width:1px;
	border-style:solid;
	border-color:gray 
}

DIV.divContent 
{
	margin: 12px;
}
