/* Mycologic.css by Steve Romaine, Gecko Digital Design */
/* GeckoBeach.com    June 2007                          */

body {
	background-color: #FCFFCA;
	margin: 0px;
}

body,p,div,th,td,p,input,select,textarea {
	color: #000000;
    font-family: Arial, Helvetica, sans-serif;
}

a    { color: #000000; font-weight: bold; text-decoration: none }
a:hover { color: #056305 }
.selected { color: white; font-weight: bold; line-height: 10px; display: block }

/* For product links */
.link a {
    color: #00a000;
    font-weight: bold;
    text-decoration: none;
}
.link a:hover { color: #056305 }

/* For title header */
.title a {
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}
.title a:hover { color: #c00000 }
