BODY {
        background : #000000;
        font : Arial Helvetica sans-serif;
        color : #CCCCCC;
        font-family : sans-serif;
        font-size : 3;
}

UL {
        list-style : square outside;
}
HR {
        color : Silver; size : 1
}
P {
	font-family: Arial;
	text-align:left;
}
A:VISITED {
        color : #CCCCEE;
        text-decoration : none;
}
A:HOVER {
        color : #ffffff;
        text-decoration : none;
}
A:LINK {
        color : #CCCCEE;
        text-decoration : none;
}
A:ACTIVE {
        text-decoration : none;
}

