body{
width: 250mm;
}

h1 {color: red }
a:link { color: green }
.centre{text-align:center}
u{ color: green }

table{
page-break-after: always;
}
caption{
font-size: 150%;
text-align: left;
margin-left: 1em;
margin-bottom: 0.2em;
}
.caption{
font-size: 150%;
text-align: left;
margin-left: 1em;
margin-bottom: 0em;
}
td{
width: 34mm;
height: 22mm;
vertical-align:top;
}
td.today{
border: 2px solid blue;
}
.right{
float: right;
margin: 0 0 0 4px;
font-weight: 600;
}
.long{
width: 25mm;
height: 1em;
vertical-align:top;
}
.longdate{
width: 25mm;
height: 1em;
text-align: center;
vertical-align:top;
}
td.longtoday{
border: 2px solid blue;
width: 25mm;
height: 1em;
text-align: center;
vertical-align:top;
}
.event{
width: 110mm;
height: 1em;
vertical-align:top;
}

@media screen
{
.HideOnScreen {
display : none;
}
}
@media print{
.HideOnPrint {
display : none;
}
}
