La guida lo già letta ... un pò

cmq il foglio css è questo:

body {
background: Black;font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 11px;

/* Scrollbar */ scrollbar-face-color: #000000; scrollbar-highlight-color: #cccccc;
scrollbar-3dlight-color: #ffffff; scrollbar-darkshadow-color: #333333;
scrollbar-shadow-color: #666666; scrollbar-arrow-color: #ffffff; scrollbar-track-color: #000000;
}


/* StyleTesto */

aspe {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #FF0000;}
txstyle1 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px;}
txstyle2 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #FF0000;}
txstyle3 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #CCCCCC;}
txstyle4 {font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; font-size: 10px; color: #CCCCCC;}
txstyle5 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: black;}
txstyle6 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #FFFFFF;}

--------------------------------------------------------------------

Mentre un esempio abbozzato dell'html e questo:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//IT">
<html>


</script>



<style type="text/css">
@import url(stile.css);
</style>



<head>
<meta http-equiv="Content-Language" content="it">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta...........>

</head>

<body lang="it" bgcolor="#000000" text="#FFFFFF" leftmargin="0" topmargin="0" alink="#CCCCCC" link="#CCCCCC" vlink="#CCCCCC">
<table width="800" align="center" cellpadding="0" cellspacing="0" border="0">
<tr>
<td width="400" height="25" class="txstyle2">
www.vampireheartband.tk</td>
<td width="400" height="25" class="txstyle2" align="right">
vampireheartband.altervista.org</td>
</tr>
</table>


</body>

</html>