/********************************/
/* Stylesheet for ABANDON ART   */
/*                              */
/* Version: 1.0                 */
/* Date:    25Jul2001           */
/********************************/

BODY {
 margin-left: 5%;
 margin-right: 5%;
 margin-top: 0%;
 margin-bottom: 0%;
 font-family: arial, helvetica, sans-serif;
 color: black;
 background-color: #A6CAF0;
 background: url(../images/background.gif) #A6CAF0 repeat;
}

A:link {
 text-decoration: none;
 color: #006;
}

A:active {
 text-decoration: underline;
 color: #000
}

A:visited {
 text-decoration: none;
 color: #633
}

A:hover {
 text-decoration: underline;
 color: #333;
 background: #0CF;
}

