
A:link { 
        color: #FF6600;
}
A:visited {
        color: #840070;
}
body { 
        background-color: white;
        font-family: Arial,Helvetica,sans-serif; 
        color: brown;
}

/* links */
a	             { color: #FF6600; text-decoration: none; }
a:link			{ color: #FF6600; text-decoration: none; }
a:visited	     { color: #FF6600; text-decoration: none; }

.red-text   { color: red   }
.green-text { color: green }

ul {
  list-style:none;
}
