/*****************************************/
/* ASCIIArt Documents Archive StyleSheet */
/*            By Martin Atkins           */
/*****************************************/
/* ADA Alternative Styles, By Martin Atkins */
/* This colour scheme is called 'Rainy Day' */


BODY {
text-align: justify;
font-family: "Arial","Sans Serif","Helvetica",sans-serif;
color: #000000;
background-color: #7F90AF;
}
H1, H2, H3, H4, H5, H6 {
font-weight: normal;
text-align: center;
background-color: #4F607F;
}

A, A:visited, A:active {
color: #ffffff;
text-decoration: underline;
}

A:hover {
color: #ffffff;
text-decoration: underline;
background-color: #4F607F;
}

HR {
color: #000000;
}

PRE TT {
font-family: "Lucida Console","Monaco","Courier New","Courier",monospaced;
text-align: left;
}
