
BODY{
	font: 12pt/1.5 "Times Roman", "Times", serif;
    background: #fdfdf6;
}

h1 {
	font-size:			190%;
	text-align:			left;
}

p.r{
	margin: 0 1em 0.5em 200px;
}

p.h1top {
	margin:			2em auto -7px 200px;
}


    .REF { 
	position: absolute; 
          left: 0em;
	width: 180px;
	border-top: solid 1pt;
}


strong {
    color: #c00;
    font-weight: bold;
}

em {
    color: #c00;
    font-style: normal;
}

a {
	text-decoration:	underline;
	cursor:				pointer;
}

a img {
	border:				none;
}

a:link    {color: #00f}
a:visited {color: #429} /* avoid look as emphasis */
a:active  {color: #093}
a:hover   {color: blue}
