BODY {
	font-family:"Comic Sans MS";
    background:  #000000;
    color: #ffffff;
    text-decoration: none;
    font-size : 12px;
	}

TD,B,FONT {
    color : #FFFFFF;
	font-family:"Comic Sans MS";
    font-size : 12px;
	}
A.v {
    color : #33FF00;
    text-decoration : none;
    }
A.r {
    color : red;
    text-decoration : none;
    }

A.b {
    color : blue;
    text-decoration : none;
    }
A.j {
    color : yellow;
    text-decoration : none;
    }
H1 {
	font-family:"Comic Sans MS";
    color : #FFFFFF;
    text-decoration : none;
	font-style: italic;
    font-size : 20px;
    }
H2 {
	font-family:"Comic Sans MS";
    color : #FFFFFF;
    text-decoration : none;
	font-style: italic;
    font-size : 16px;
    }
H3 {
	font-family:"Comic Sans MS";
    color : #FFC0C0;
    text-decoration : none;
	font-style: italic;
    font-size : 14px;
    }