/*
Styles for Quebec Cycle Tour 2010 travel story page on sadahome.ca
*/
body {
    color: pink;
    background-color: #002495;  /* the colour of the Quebec flag */
    width: 800px;
}
a:link, a:visited {
    text-decoration: none;
    color: #996633;
}
a:hover {
    text-decoration: underline;
}
a.toc-backref {
    color: #990000;
}
div.contents a {
    color: pink;
}