<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html><head><title>njbec.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;
}
.eventtd
{
border: 1px solid black;
padding: 3px;
font-size: 100%;
text-align: left;
}
.subtitle
{
font-size: 100%;
text-align: center;
padding: 5px;
}
.title
{
font-size: 150%;
text-align: center;
width: 100%;
font-weight: bold;
padding: 5px;
}
</body></html>