/* Body defaults */
body {
background-color: #250b3d;
color: #e0e0e0;
font-family: "Palatino Linotype", "Arial";
font-size: 12px}

h1 {
font-size: 30px;
font-weight: bolder;
}

p.footer {
width: 100%;
text-align: center;
font-size: 8px;
font-weight: normal;
} 

/* Table Defaults */
table.outer {
vertical-align: middle;
text-align: center;
width: 100%;
height: 100%;
}

table.inner {
width: 500px;
}

td.occasions {
padding: 10px;
}

td.rep {
padding: 5px
}

td {
align: center;
padding: 20px;
}

ul {
font-size: 18px;
}

/* defines the links */
a:link {
color: #e0e0e0;
text-decoration: underline;
font-weight: bolder}     /* unvisited link */
a:visited {
color: #e0e0e0;
text-decoration: underline;
font-weight: bolder}  /* visited link */
a:hover {
color: #ffffff;
text-decoration: underline;
font-weight: bolder}   /* mouse over link */
a:active {
color: #e0e0e0;
text-decoration: underline;
font-weight: bolder}   /* selected link */
