BODY {
	color: #BFBFFF;
	background-color: #001030;
	font-size : 16px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a { font-size: 12px; color: aqua; }
A:LINK, A:VISITED {color:#00dddd; text-decoration:none;}
A:HOVER {color:#44ffff; text-decoration:underline;}
A:ACTIVE {color : #ffff88;}
P { text-align : justify; text-indent : 4mm; }
p.red { text-indent: 0px; }

H1,H2,H3,H4{
	text-align : center;
	color : Silver;
	font-family : Courier, monospace ;
}
UL { list-style: circle outside url("img/list.gif");	text-align : justify; }
OL { list-style-position: outside;text-align : justify;padding-left : 3mm; }
HR {
    WIDTH: 70%;
    height: 1px;
    border: none;
    border-top: 1px solid aqua;
    }

