/* Style sheet for Autochrome Alloy pages */

/* colour scheme and text style */
body { background-color: #000000; font-family: Verdana, sans-serif; color: #F0E696; }

/* indented paragraph margin */
.indent { margin-left: 10px; }
.flush { margin-left: 0px; }

/* formatting of links */
A:link { text-decoration: none; color: #F0F0F0; }
A:active { text-decoration: none; color: #F0F0F0; }
A:visited { text-decoration: none; color: #F0F0F0; }
A:hover { text-decoration: none; color: #FF0000; }

.unlink { color: #666666; }