/* chibikame.net text styles style sheet */

/* General */
body {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #006600; 
  background: url("bamboo.gif") repeat;
  }
  
li span.comment {
  font-size: 11px;
  line-height: 17px;
  color: #0033CC
  }
/* END General */

/* Links */
a:link { 
	font-weight: normal; 
	text-decoration: underline; 
	color: #006600;
	}
a:visited { 
	font-weight: normal; 
	text-decoration: underline; 
	color: #003300;
	}
a:hover, a:active { 
	text-decoration: none;
	text-decoration: underline; 
	color: #009900;
	}
/* END links */
