BODY {
	 font-family : arial,sans-serif;
   background-color:#000;
   margin-top: 0px;
   margin-left: 0px;
   color: yellow;
}

A:LINK
{
	color : lightgreen;
/*	text-decoration : none;*/
}
 
A:HOVER
{
	color : yellow;
	text-decoration : none;
}

A:VISITED
{
/*	color : red;
	text-decoration : none; */
}

p {
	font-family : arial,sans-serif;
	font-size : 10pt;
	color : yellow;
	padding-left : 20px;
}

a.back {
	padding-top : 30px;
	text-align : center;
}

TD.b {
	font-family : arial,sans-serif;
	font-size : 12pt;
	font-weight : bold;
	color : yellow;
	text-align : left;
	padding-left : 10px;
}

TD.q {
	font-family : arial,sans-serif;
	font-size : 14pt;
	font-weight : bold;
	color : green;
	text-align : right;
	margin-top : auto;
}

TD.a {
	font-family : arial,sans-serif;
	font-size : 12pt;
	color : yellow;
	text-align : justify;
	padding-left : 10px;
}

TD.back {
	padding-top : 30px;
	text-align : center;
}
h4 {
  color: yellow;
}
