body
{
background-color:#d0e4fe;
}

/*a {  text-decoration: none; }*/

h1
{
color:blue;
text-align:center;
font-family:"Arial";
font-size:36px;
}
h2
{
color:blue;
font-family:"Arial";
font-size:24px;
text-align:center;
}
h2.error
{
color:red;
font-family:"Arial";
font-size:24px;
text-align:center;
}
h3
{
color:blue;
font-family:"Arial";
font-size:24px;
text-align:left;
}

h4
{ font-family:"Times New Roman";
  font-size: 16px; }

p
{ font-family:"Arial";
  font-size:18px; }
.c
{ text-align:center; }
.l
{ text-align:left; }
.r
{ text-align:right; }
.sm
{
font-size:14px;
}

td 
{ 
font-family:"Arial";
font-size:24px;
padding:5px;   
/*height:20;*/
}

td.l
{ text-align:left;
}
td.r
{ text-align:right;
}
td.c
{ text-align:center;
}
td.hdr
{ text-align:right;
}

table {
border: 3px solid blue;
width:700;
}

input
{
  font-size:24px;
  text-align:left;
  width:200px
}
input.checkbox  {
	width : 20px;
	height : 20px;
	padding: 0px;
	margin: 0px;
	}
input.num
{ font-size:24px;
  text-align:right;
  width:100px
}  
input.wide
{ font-size:24px;
  text-align:left;
  width:400px
}  
.big
{
font-size:20px;
}

tr.legend {
	background-color: #CC9999; 
  color: black;
}

select {
width:250;
font-size:20px;
}
.month { width:100; }
.day   { width:70; }
.year  { width:100; } 