/* Main */
BODY {
color : #00FF00;
background-color : #000000 ;
text-decoration :  none;
}

/* NN4 */
p,blockquote,ul,ol,dl,li,dt,dd,div,th,td,caption,strong,em  {
color : #00FF00;
}

A:LINK {
color : #00FF00;
}
A:VISITED {
color : #00AA00;
text-decoration :  none;
}
A:ACTIVE {
color : #00AA00;
text-decoration :  none;
}
A:HOVER {
color : #00AA00;
text-decoration :  underline;
}

table {
border-style:none;
}

dt {
position:relative;
}

/* Main class */
.Right { text-align: right; }

