<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><title>entry.css</title>

</head>
<body>
body {
background-color: rgb(255, 255, 255);
}
table.event
{
border-collapse: collapse;
margin-left: 5%;
margin-right: 5%;
width: 90%;
}
.events
{
border: 1px solid black;
width: 100%;
font-size: 100%;
text-align: center;
}
.small
{
font-size: 50%;
text-align: left;
border: 1px solid black;
}
.eventtd
{
border: 1px solid black;
font-size: 100%;
text-align: left;
}
.subtitle
{
font-size: 75%;
text-align: center;
}
.bottom
{
font-size: 75%;
text-align: left;
border: 1px solid black;
}
.title
{
font-size: 150%;
text-align: center;
width: 100%;
font-weight: bold;
padding: 5px;
}
</body></html>