a.text1 {
    color:#000000;
    text-decoration: none;
    background: #7D7D7D;
    font-size : 9px;
    line-height : 11px;
	}
	a:hover.text1 {
	background: #000000;
	}
 
a.text2 {
    color:#FFFFFF;
    text-decoration: none;
    background: #333333;
    font-size : 9px;
    line-height : 11px;
	}
	a:hover.text2 {
	color: #FFFF00;
	}
 
a.text3 {
    color:#666666;
    text-decoration: none;
    background: #FFFFFF;
    font-size : 9px;
    line-height : 11px;
	}
	a:hover.text3 {
	background: #000000;
	}
	
.text1  {
	background : ACACAC;
	font-family : monaco, courier, monospace;
	font-size : 9px;
	line-height : 11px;
	color : #000000;
	}
 
.text2  {
	background : #FFFFFF;
	font-family : monaco, courier, monospace;
	font-size : 9px;
	line-height : 11px;
	color : #66FF00;
	}

.text3  {
    background : #FFFF00;
	font-family : monaco, courier, monospace;
	font-size : 9px;
	line-height : 11px;
	color : #000000;
	}
	
.text4  {
    background : #FFFFFF;
	font-family : monaco, courier, monospace;
	font-size : 9px;
	line-height : 11px;
	color : #33FF00;
	}	
	
.para1 {
        line-height:10px;
    }
