body {
	font-size: 60%; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Sans-Serif;
	background: #fff;
	color: #114477;
	text-align: center;
	margin: 100px;
	}

div {
	font-size: 1.2em;
	margin: 20px;
}
h1 {
	font-size: 1.4em;
}
h2 {
	font-size: 1.4em;
}	
a {
	color: #114477;
	text-decoration: none;
}		
a:hover {
	text-decoration: underline;
	}
.block {
	margin:10px 200px;
}
img {
	border: 1 solid #fcfcfc;
	padding: 0;
	margin: 10px;
}		

/* goodreads */
        .gr_custom_container {
          /* customize your Goodreads widget container here
          border: 1px solid gray;
          -moz-border-radius:10px;
          -webkit-border-radius:10px;
          padding: 10px 5px 10px 5px;*/
        }
        .gr_custom_header {
          /* customize your Goodreads header here*/
          border-bottom: 1px solid gray;
          width: 100%;
          margin-bottom: 3px;
          text-align: left;
        }
		
.gr_custom_header h2 {
	font-size: 1.2em;
	font-weight: normal;
}
        .gr_custom_each_container {
          /* customize each individual book container here */
          width: 100%;
          clear: both;
          margin-bottom: 1px;
          overflow: auto;
          padding-bottom: 1px;
          border-bottom: 1px solid #aaa;
        }
        .gr_custom_book_container { 
          /* customize your book covers here */
          /*width: 39px;*/
          height: 100px;
          overflow: hidden;
          margin-right: 4px;
        }
        .gr_custom_author {
          /* customize your author names here */
          font-size: 1.0em;
	font-weight: normal;
        }
        .gr_custom_title {
          /* customize your tags here */
          font-size: 1.0em;
	font-weight: normal;
        }
        .gr_custom_rating {
          /* customize your rating stars here */
          float: right;
        }