/* 
  File name:  pushdemo.css
  Created on: 11 Nov 2003
  Author:     Colin  

*/
body {  font-family: Arial, Helvetica, sans-serif;
        color: black;
        background-color: #FFFFFF;
        font-size: 8pt;
        margin-left: 1;
        margin-top: 1;
        margin: 1;
}

.tick{  color:      white;      
	font-size:  8pt;
        font-weight: normal;
}
.price{ color:      yellow;
	font-size:  8pt;
        font-weight: normal;
}

