BODY, TD {
	background-color: #62a1e8;
	margin: 5px;
        font-family: verdana, sans-serif;
        font-size: 0.80em;
        line-height:130%;
	color: black;
}
UL {
   line-height:140%;
}
TD {
	vertical-align: top;
}
H1 {
	font-size: 1.4em;
        font-family: arial;
        color:navy;
}
H2 {
	font-size: 1.1em;
        font-family: arial;
        color: navy;
}
DIV.strap {
	font-size: 1.4em;
        font-family:arial;
	text-align: center;
        letter-spacing: 1px;
        color: gray;
        padding-top:5px;
        padding-bottom:5px;
}
.tiny {
   font-size:0.85em;
}
HR {
	height: 1px;
	color: Navy;
}
#maintable {
	border : 1px solid Black;
	background-color : White;
}

#content {
	border : 1px solid Black;
	/*background-color : #62a1e8;*/
	background-color: White;
	padding: 10px;
}

#navigation {
	background-color : #000080;
	height : 2em;
	vertical-align : middle;
	color: White;
	font-weight: bold;
	padding-left: 10px;
}
TABLE.tabulate TD {
   background-color: #eeeeee;
}

A.nav:link, A.nav:active, A.nav:visited  {
	text-decoration: none ;
	font-weight: bold;
	color: White;
	background-color : #000080;
	font-size: 1em;
}
A.nav:hover   {
	text-decoration: none ;
	font-weight: bold; 
	color: #000080;
	background-color : White;
}
.navhover {
	font-weight: bold; 
	color: #000080;
	background-color : White;
}

A, A:link, A:active { 
	text-decoration: underline ; 
	color: #1818C8; 
}
A: visited {
	text-decoration: underline ; 
	color: #6E6F94; 
}
A:hover   { 
	text-decoration: underline ; 
	color: black;
}
/* put B outside A to avoid changing link colour */
B {
   font-weight:bold;
   color: navy;
}
IMG.bordered {
   background-color: white;
   border: double 4px black;
   margin-left: 20px;
}
/* font for Cambridge Househunt */
.ch {
   font-family:serif;
   font-size: 1.1em;
}
.sc {
   font-size:0.80em;
}



