body{
	font-size : 14px;
	font : monospace;	
	background-color:#ffffcc;
}
div{
	font-size: 14px;
	font: monospace;
}
table{
    layout:fixed;
	font: monospace;
	font-size : 14px;
}
h1 {
	font-size:41pt;
	font: monospace;
	color:white;
	margin-top : 2px;
	margin-bottom : 2px;
}
h2{
	font-size: 20px;
	font: monospace;
	color: Blue;
	margin-top : 2px;
	margin-bottom : 2px;
}
h3{
	font-size: 16px;
	font: monospace;
	color: green;
	margin-top : 2px;
	margin-bottom : 2px;
}
b{
	color: White;
	font-size: 16px;
	font: monospace;
}
#t_layer {
 margin-left:0px;POSITION:absolute; Top:0px;
}
a:link,a:visited	
{color:blue;}
v:active,a:hover      
{text-decoration:underline; color:red;}
