/* CSS Document */

body
{background-attachment: fixed;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#725D0E;
scrollbar-base-color:#A26C0A;
}

h1 {font-size:14px;
text-shadow:inherit;
}

h2 {font-size:16px;
text-shadow:inherit;
}

h3 {font-size:18px;
text-shadow:inherit;
}


a:link { font-style: none;
letter-spacing:normal;
color:#A26C0A;
text-shadow:none;
text-decoration:none;
}


a:visited {font-style:italic;
letter-spacing:2px;
border:none;
text-decoration:none;
text-shadow:inherit;
color:#EB8E02;
}

a:hover {
font-style:normal;
text-shadow:inherit;
text-decoration:overline underline;
color:#725D0E;
}



/* A:link
A:visited
A:active
A:hover */
