*{
	padding : 1px;
	margin : 0px;
	font-family : "Lucida Grande", "Lucida Sans Unicode", "verdana";
	font-size : 11px;
  line-height : 17px;
  color : #222;
}

body{ margin : 20px; background : #fafaff; }

h1, h2, h3 { font-family : georgia, serif; font-weight : 400; }
h1 { font-size : 20px; color : #aaa; }
h2 { font-size : 13px; color : #333; }
h3 { font-size : 13px; color : #822; 	border-bottom : 1px dotted #999; 	width : 300px;}

img { vertical-align : middle; border : none;  }
li { color : #444; list-style-image : url("images/list.png"); }
a {text-decoration : none; color : #046795;}

.download a{ font-family : "Georgia", serif; display : block; font-size : 24px; }
.download{
	border : 1px solid #6a6;
	-moz-border-radius : 5px;
	background :  url("images/download_bg.png");
	padding : 10px;
	width : 220px;
}

.content{ width : 340px; padding : 10px; text-align : justify; }
.icon { float : left; padding-right : 10px; }
.date{ color : #888;}



