body    {
	background-color: #000000;
	color: white;
	font-size:12;
	font-face: Arial, Helvetica, Sans-Serif;	
}
H1 {
    font-size: 16;
    font-weight: bold;
    text-decoration: underline skyblue wavy;
}
H2 {
    font-size: 15;
    font-weight: bold;
    text-decoration: underline skyblue solid;
}
H3 {
    font-size: 15;
    font-weight: bold;
    text-decoration: underline skyblue dashed;
}
H4 {
    font-size: 14;
    font-weight: bold;
    text-decoration: underline skyblue solid;
}
H5 {
    font-size: 14;
    font-weight: bold;
    text-decoration: underline skyblue dashed;
}
H6 {
    font-size: 13;
    font-weight: bold;
    text-decoration: underline skyblue solid;
}

p  {
	font-family: Arial, Helvetica, Sans-Serif;
}
p.small  {
	font-face: Arial, Helvetica, Sans-Serif;
	font-size: 6pt;
}
a    {
	color: SkyBlue;
	background: #333333;
	text-decoration: none;
	border: 1px gold;
}
a:visited {
	color: DeepSkyBlue;
	background: black;
	text-decoration: none;
	border: 0px;
}
a.t    {
	color: gold;
	background: #CC0000;
	text-decoration: none;
	border: 1px gold;
}
dl   {
	border: 2px solid #CC0000;
	margin: 1px;
	padding: 0px;
}
dd  {
	margin: 0px;
	color: blue;
	padding: 1px;
	padding-left: 10px;
	border: 2px solid blue;
}
dt  {
	font-style: bold;
	margin: 0px;
	padding: 1px;
	border: 2px solid blue;
	background: #CC0000;
	color: gold;
}
.sky {
    color: SkyBlue;
}
.skybold {
    color: SkyBlue;
    font
}
table, td   {
	margin: 0px;
	color: white;
	padding: 1px;
	border: 2px solid blue;
}
th  {
	margin: 0px;
	color: SkyBlue;
	padding: 1px;
	border: 2px solid blue;
}
</style>