TABLE.border {
	border-color : Green;
	border-style : solid;
	border : 1 solid Black;
}

TD.border {
	border : 1 solid Black;
	border-right-width : 1;
	border-left-width : 0;
	border-top-width : 0;
	border-bottom-width : 0;
}


SPAN.font {
	font-size : xx-small;
	color : White;
}

A.nav {
	text-decoration : none;
	color : White;
}


BODY {
	background-color : White;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
A {
	text-decoration : none;
	color : Green;
	font-size : smaller;
}
A.para {
	font-size : x-small;
}


P {
	font-size : x-small;
}
H1 {
	color : Green;
}

HR {
	color : Green;
}

H4 {
	color : Green;
}

TABLE.contact {
	font-size : x-small;
}





