html {
    font-size:81.25%;
}

body {
    color:#666;
    font-family:'Arial', 'Helvetica', sans-serif;
    margin:0;
    padding:0;
}

a:link,
a:visited {
    color:#6D37FB;
    text-decoration:none;
}

a:active,
a:hover {
    color:#8877FF;
    text-decoration:none;
}

p.subscribed_only {
    margin-top:0;
    margin-bottom:8px;
    border-bottom:1px solid #CCC;
    padding-bottom:8px;
}

label {
    cursor:pointer;
    font-weight:bold;
}

.fixture-item,
.fixture-item-none,
.fixture-item-full {
    padding-bottom:8px;
    border-bottom:1px solid #CCC;
    margin-bottom:8px;
    line-height:18px;
}

.fixture-item-cancelled {
    color:#AAA;
    text-decoration:line-through;
}

.fixture-item-cancelled a {
    color:#AAA;
}

.fixture-item-full {
    border-bottom:0;
    margin-bottom:0;
    padding-bottom:0;
}

.fixture-item a,
.fixture-item-full a {
    font-weight:bold;
}

.fixture-item img {
    float:right;
}

.fixture-item-date {
    font-size:0.9em;
}

.red {
    color:#D00;
}

.green {
    color:#090;
}
