@CHARSET "UTF-8";


.detail {}
.detail img { float: right; border: #cccccc 1px solid; padding: 2px; margin: 0 0 5px 10px;}
.detail h3 { color: #f58220; font-size: 20px; font-weight: bold;  }
.detail p { text-align: justify; }
.detail span.big { color: #f58220; font-weight: bold; font-size: 14px;}

.detail .prev, .detail .next {display: block; color: #f58220; text-decoration: none; margin: 5px 10px;}
.detail .prev:hover, .detail .next:hover { text-decoration: underline}
.detail .prev {float: left;}
.detail .next {float: right;}

h4 {  font-size: 15px; font-weight: bold; }
#biography {list-style: none; margin-left: 5px; }
#biography li {}
#biography li a { color: #f58220; text-decoration: none; }
#biography li a:hover { text-decoration: underline; }
