body { 
        font-family: Arial, Helvetica, sans-serif; 
        font-size: 8px; 
        color:#ffeedd; 
        background-image: url(images/muskoka.jpg); 
        background-color: #605540;
        foreground-color: #ffeedd;

} 

p { 
        font-family: Arial, Helvetica, sans-serif; 
        font-size: 12px; 
        color:#fffff2; 
} 
a:link { 
        font-family: Arial, Helvetica, sans-serif; 
        font-size: 14px; 
        color: #ddddff; 
        text-decoration: none; 
} 
a:visited { 
        font-family: Arial, Helvetica, sans-serif; 
        font-size: 14px; 
        color: #bbbbee; 
        text-decoration: none; 
} 
a:hover { 
        color: #ffffff; 
        text-decoration: none; 
        font-family: Arial, Helvetica, sans-serif; 
        font-size: 14px; 
        text-decoration: underline; 
} 
#home_page a:link {
        color: #ffffff;
        font-size: 1.2em;
}
#home_page a:visited {
        color: #ffffff;
        font-size: 1.2em;
}
#home_page a:hover {
        color: #bbbbee;
        font-size: 1.2em;
        text-decoration: none;
}
