body {
	font-size: medium;
	line-height: 120%;
	background-color: #CCFFCC;
	
}
body,td,th {
	color: #006699;
}
body.menu{
	font-size: small;
	background-image:none;
	background-color: #99CC99;
}
a:link {
	color: #003399;
}
a:visited {
	color: #0099CC;
}
a:hover {
	color: #0066CC;
}
a:active {
	color: #0066CC;
}

h1{
	//border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-bottom-color: #99CC99;
	border-left-width: 10px;
	border-left-color: #99CC99;
vertical-align : text-bottom;
	
}
h3{
	//border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-bottom-color: #99CC99;
	border-left-width: 5px;
	border-left-color: #99CC99;
vertical-align :  text-bottom;
}

div.screen{
	width:200px;
	background-color:#FFFFFF;
	color:#000000;
}