colore=document.cookie.substring(document.cookie.lastIndexOf('colore')+7,document.cookie.lastIndexOf('colore')+44);
if(document.cookie.indexOf('colore') == -1) {colore="#bbbb00#ffffff#c251a4#nn#nn#l#2533#13"};

var maincap='none';
var mainweight='none';
var lightcap='none';
var lightweight='none';
var theface="Lucida Sans Unicode, Arial, sans-serif";

var bgrcol=colore.substring(0,7);
var maincol=colore.substring(7,14);
var lightcol=colore.substring(14,21);
if(colore.substring(23,24) == 'b') {mainweight='none'};
if(colore.substring(28,29) == 'g') {theface='Georgia, Garamond, serif'};
if(colore.substring(28,29) == 't') {theface='Times New Roman, serif'};
if(colore.substring(28,29) == 'c') {theface='Courier New, serif'};
var leading1=colore.substring(30,32);
var leading2=colore.substring(32,34);
if(leading1<leading2) {var leading=leading1} else {leading=leading2};
var thesize=colore.substring(35,37);

document.write("<style>");
document.write("body");
document.write("{");
document.write("background-color: "+bgrcol+";");
document.write("}");
document.write(".reg");
document.write("{");
document.write("color: "+maincol+";");
document.write("font-size: "+thesize+"px;");
document.write("line-height:"+leading+"px;");
document.write("font-family: "+theface+";");
document.write("text-decoration: none;");
document.write("text-transform: "+maincap+";");
document.write("font-weight: "+mainweight+";");
document.write("}");
document.write(".light");
document.write("{");
document.write("color: "+lightcol+";");
document.write("font-size: "+thesize+"px;");
document.write("line-height: "+leading+"px;");
document.write("font-family: "+theface+";");
document.write("text-transform: "+lightcap+";");
document.write("font-weight: "+lightweight+";");
document.write("text-decoration: none;");
document.write("}");
document.write("A");
document.write("{");
document.write("color: "+lightcol+";");
document.write("font-size: "+thesize+"px;");
document.write("line-height: "+leading+"px;");
document.write("font-family: "+theface+";");
document.write("text-transform: "+lightcap+";");
document.write("font-weight: "+lightweight+";");
document.write("text-decoration: none;");
document.write("}");
document.write("A:hover");
document.write("{");
document.write("color: "+lightcol+";");
document.write("font-size: "+thesize+"px;");
document.write("line-height:"+leading+"px;");
document.write("font-family: "+theface+";");
document.write("text-transform: "+lightcap+";");
document.write("font-weight: "+lightweight+";");
document.write("text-decoration: underline;");
document.write("}");
document.write("tr.s1:hover");
document.write("{background-color:#ffd6ff;}");
document.write("</style>");
