/* Stylesheet for the Opera about document */
/* Copyright 2000 Opera Software */

BODY { 
color: #ffcc33; 
background: #495578;
font-family: Verdana, Helvetica, sans-serif;
}
A:link {
color: #ffcc33;
text-decoration: underline;
}
A:hover {
color: #ff9900;
text-decoration: underline;
}
A:visited {
color: #ffcc33;
text-decoration: underline;
}
UL {
list-style: square;
}

