@charset "utf-8";
/* CSS Document */

  BODY { background: white; color: black}
  A:link { color: #0000FF }
  A:visited { color: #551A8B }
  A:active { color: ##FF0000 }



ul { 
margin-bottom: 12px;
margin-top:12px;
}

ul li { 

margin-bottom: 12px;
margin-top:12px;
}

ol { 
margin-bottom: 12px;
margin-top:12px;
}
ol li { 
margin-bottom: 12px;
margin-top:12px;
}

.nobr {
	WHITE-SPACE: nowrap";
}



