a {
    text-decoration: underline;
    font-family: default;
    font-weight: normal;
    font-size: medium;
} 

a:link		{ color: #000; text-decoration: underline; } 
a:visited	{ color: #000; text-decoration: underline; } 
a:active	{ color: #c00000; text-decoration: underline;  } 
a:hover		{ color: #c00000; text-decoration: underline;} 

div#page {
    width: 600px;
}

hr {
    margin-top: 12px;
    margin-bottom: 18px;
    width: 25%;
}

table.schedule {
    border: 0px;
    margin-bottom: 8px;
}

table.schedule td {
    padding: 0px;
    margin: 0px;
}

table.schedule td.con {
    font-weight: bold;
    width: 150px;
    padding-right: 8px;
}

table.schedule tr.header {
    font-weight: bold;
    font-size: large;
}

table.schedule td.xxx {
    padding-bottom: 0px;
    border: 1px solid black;
    padding-left: 4px;
    padding-right: 4px;
}

table.consched {
    border: 1px solid black;
    margin-bottom: 8px;
    border-collapse: collapse;
    width: 100%;
}

table.consched td {
    padding: 0px;
    padding-left: 8px;
    padding-right: 8px;
    margin: 0px;
    border: 1px solid black;
}

table.consched tr.header {
    color: #fff;
    background-color: #c00000;
    font-weight: bold;
    font-size: large;
}

table.consched tr.header td.title {
    width: 60%;
}

table.consched tr.header td.system {
    width: 40%;
}

img.icon {
    border: 0px;
    padding-right: 8px;
    padding-bottom: 0px;
}

span.title {
    font-size: large;
    font-weight: bold;
}

span.system {
    font-size: medium;
    font-weight: normal;
}

span.pop {
    font-size: large;
    font-weight: bold;
    color: red;
}

div.synopsis {
    padding-top: 4px;
}

span.gm {
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: small;
}

div.imgleft {
    float: left;
    margin-right: 4px;
}

div.notes {
    font-weight: bold;
    font-size: small;
    color: #c00000;
    padding-top: 8px;
    padding-bottom: 4px;
}

span.mature {
    color: #c00000;
    font-size: large;
    font-weight: bold;
}

div.disclaimer {
    font-size: x-small;
    font-weight: bold;
    font-style: italic;
}


div#info {
    font-weight: bold;
    text-align: center;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 16px;
}

div#info table {
    font-size: small;
    padding-bottom: 24px;
    border: 0px;
    margin-bottom: 8px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 8px;
}

div#info table td {
    padding: 0px;
    padding-right: 8px;
    margin: 0px;
}

div#info table td.label {
    font-weight: bold;
    text-align: right;
}

h2.conheader {
    margin-bottom: 0px;
}

div.intro {
    font-size: 12pt;
}

div.links {
    text-align: center;
    padding-top: 12px;
}

