@charset "utf-8";
/* Open House section of the site */

/* Links in body of page */
#col1 a, #col2 a {
color:#a6ba42;
text-decoration:none;
}
#col1 a:hover, #col2 a:hover {
color:#a6ba42;
text-decoration:underline;
}

/* End */