body {
    background-color: #EEEEEE;
}

canvas {
   width: 100%;
   max-width: 800px;
   max-height: 450px;
}

svg:hover {
   fill: #D3002C;
   cursor: pointer;
}

p > a {
    text-decoration: none;
    color: #D3002C;
}

p > a:hover {
    text-decoration: none;
    background-color: #D3002C;
    color: #EEEEEE;
}

.link > a {
   text-decoration: none;
   color: #D3002C;
}

.link > a:hover {
   text-decoration: none;
   background-color: #D3002C;
   color: #EEEEEE;
}

.menu > a {
   text-decoration: none;
   color: #000000;
}

.menu > a:hover {
   text-decoration: none;
   color: #D3002C;
}

.header {
   padding: 0px 0px 25px 0px;
   text-align: right;
}

.main {
    max-width: 830px;
    font-size: 90%;
}

.muted {
    color: #606060;
}