body 	 	{font-family:georgia; font-size: 10px;text-align:center;}
a:hover { color:red; } 
a 			{ text-decoration:none; color:#333399}
div #title	{font-size: 14px;font-weight: bold;}
span #graytitle 		{font-size: 12px;font-weight: normal;}
li			{list-style-type:none;}
img{border:0}
div#content { 
  -moz-column-count: 2;
  -moz-column-gap: 20px;
  -webkit-column-count: 2;
  -webkit-column-gap: 20px;
  column-count: 2;
  column-gap: 10px
}
