
h1, h2, h3, h4, h5 {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-weight: normal;
    line-height: 100%;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 26px;
}

h3 {
    font-size: 18px;
}

p, li, dl {
	/* Verdana, Helvetica, Arial, sans-serif */
    font-family: "Lucida Grande", Verdana, Geneva, Arial, sans-serif;
    font-size: 13px;
    line-height: 140%;
}

dd {
    font-style: italic;
}

input, textarea {
    background-color: #f5fbf1;
}

a:link, a:visited, a:active, a:hover {
    text-decoration: none;
}

a:link {
    text-decoration: none;
    color: #069;
    border-bottom: 1px solid #cde4f0;
}

a:visited {
    text-decoration: none;
    color: #014669;
    border-bottom: 1px solid #ddd;
}

a.button {
    border: 0;
}

a.image:link, a.image:visited, a.image:active, a.image:hover {
    border: 0;
}

a.here {
    border: 0;
}

table {
    margin: 30px 10px 30px 10px;
	border-collapse: collapse;
}

table.schedule {
    width: 85%;
    margin: 30px 10px 30px 10px;
    
}

td {
    padding: 0.25em;
    font-size: 13px;
    border-top: 1px solid #ddd;
}

td p {
    margin: 0 0 1em 0;
}

td.time {
    padding-right: 1em;
    vertical-align: top;
    text-align: right;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 18px;
}

td.break {
    padding-right: 1em;
    vertical-align: top;
    text-align: right;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 14px;
}