a:link 		{color: lime}
a:visited 	{color: green}
a:active 	{color: #FFFFFF}
body		{
			font-family:Arial,Times New Roman,Tahoma;
			color: white;
			font-size: 10pt;
			margin-top:25px;
			margin-left:auto;
			margin-right:auto;
			margin-bottom:25px;
			background-image:url(./images/bg.gif);
			background-color:#000000;
		}
h1,h2,h3,h4,h5,h6
		{
			text-align:center;
			color:#FFFFFF;
			line-height:30px;
		}
th		{text-align:left}
p		{
			text-align:justify;
			color:#FFFFFF;
		}
div		{color:#FFFFFF}
hr		{height:1px}
table.data	{background-color:#003300; vertical-align:middle; border-width:1px; border-spacing:2px; border-style:outset; border-color:gray; border-collapse:separate; margin-left:auto; margin-right:auto}
th.data		{border-width:1px; background-color:#003300; padding:1px; border-style:inset; border-color:gray; text-align:left; color:#00FF00}
td.data		{border-width:1px; background-color:#003300; padding:1px; border-style:inset; border-color:gray}