/*
Styles for Ontario Cycle Tour 2011 travel story page on sadahome.ca

Colours are from the Ontario coat of arms
*/
body {
    color: #FFDD00;  /* yellow banner back */
    background-color: #007922;  /* green field */
    width: 800px;
}
a:link, a:visited {
    text-decoration: none;
    color: #DD001C;  /* red cross */
}
a:hover {
    text-decoration: underline;
}
a.toc-backref {
    color: #C29B43;  /* golden brown buck's pelt */
}
div.contents a {
    color: #C29B43;  /* golden brown buck's pelt */
}