/* TEXT--------------------------*/	

#textcontrols ul li#normal a {
	background-image:url(../images/normal.png);
	background-repeat:no-repeat;
	background-position: 0px 0px;
	}	
	
#textcontrols ul li#bigger a {
	background-image:url(../images/bigger.png);
	background-repeat:no-repeat;
	background-position: 0px 0px;
	}	
	
#textcontrols ul li#biggest a {
	background-image:url(../images/biggest.png);
	background-repeat:no-repeat;
	background-position: 0px -15px;
	}	

#textcontrols ul li#normal a:hover {
	background-position: 0px -15px;
	}
	
#textcontrols ul li#bigger a:hover {
	background-position: 0px -15px;
	}
	
#textcontrols ul li#biggest a:hover {
	background-position: 0px -15px;
	}



	
/* TEXT--------------------------*/	

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	line-height: 30px;
	color:#BBBBBB;
	margin: 0px 0px 30px 0px
	}

ul.bullet li {
	font-size: 17px;
	line-height: 30px;
	}
