/* item.css */

a:link {
color: #4682b4;
text-decoration: none;
}
a:visited {
color: #4682b4;
text-decoration: none;
}
a:active { 
color: #b89b11; 
text-decoration : none;
}
a:hover { 
color: #b89b11; 
text-decoration : none;
}

.article {
color: #191970;
font-family: arial, helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
line-height: 18px;
width: 650px;
margin-left: 35px;
margin-top: 10px;
margin-right: 15px;
margin-bottom: 0px;
}

.small {
color: #191970;
font-family: verdana, arial, helvetica, sans-serif; 
font-size: 11px;
font-weight: normal;
line-height: 11px;
padding-bottom: 8px;
}
.title2 {
font-size: 16px;
font-weight: bold;
line-height: 18px;
padding-bottom: 10px;
color: #191970;
}
.title {
padding-top: 30px;
font-size: 16px;
font-weight: bold;
line-height: 18px;
padding-bottom: 10px;
}
.authors {
padding-bottom: 12px;
}
.content {
padding-top: 25px;
padding-bottom: 10px;
}
.caption {
font-size: 10px;
line-height: 12px;
font-weight: normal;
}
.sup {
font-size: 9px; 
}
.sub {
font-size: 9px; 
}
.td {
font-family: verdana, arial, helvetica, sans-serif;
font-size: 11px;
font-weight: normal;
color: #191970;
}

h2 {
font-size: 13px;
font-weight: bold;
line-height: 16px;
margin-bottom: 0px;
}

h3 {
font-size: 12px;
font-weight: bold;
font-style: italic;
line-height: 16px;
margin-bottom: 0px;
}

p {
margin-top: 0px;
margin-bottom: 15px;
}

ul {
margin-top: 8px;
margin-bottom: 15px; 
}