/* these style are linked for the benefit of ver 4 browsers */

body, h1, h2, h3, h4, h5, h6, ol, ul, li, p {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color : #333;
}

body {
	background-color: #fff;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	}

p {
	font-size: 80%;
	line-height: 120%;
	}

big { font-size: 110%; }

strong, b { font-weight: bold; }

.pipe { 
	height: 1em;
	border-left: 1px solid #9AB4CD;
	margin:  0 0.7em -0.1em 0.7em;
	vertical-align: bottom;
	}

a { color : #000; }
a:visited {	color : #666; }
a:hover { color : #900;  }

