BODY {
        background:#FFFFCC;
	text-color:#FF8000;
	text-size:big;
}

H1 {
        text-align: center;
        color:#6600FF;
        background-color:#ffcc66;
}
 
H2 {
	background-color:#ffcc66;
	color:#6600FF;
        text-align: left;
}
 
H3 {
        background-color:#ffcc66;
        text-align: left;
}
 
H4.center {
        text-align: center;
}
 
A:link {
        color: #806040;
}
 
A:visited, A:active {
        color: #403020;
}

A:hover {
        color: #f00;
        background-color: #ddf;
}

P {
	text-align: left;
	font-size: medium; 
}

P.center {
        text-align: center;
margin-left : 15pt;
}
 
DIV.center {
        text-align: center;
}

DIV.right {
	text-align: right;
}
 
STRONG {
        color: yellow;
        background-color:#FF8000;
}

UL {
	font-size:medium;
}

TD {
	font-size:medium;
        color:#000000;
        background-color:#CCFFCC;
}

TH
{
	font-family:serif;
	background-color:#33FFCC;
	color:#6600FF;
}

td.pref {
	background: #ccffff;
}

td.city {
	background:#ccffcc;
}

td.other {
	background:#ccff99;
}

ADDRESS {
	color: blue;
	text-align: left;
}
