.contents{
margin:18px;
}

.contents h1{
color:#535454;
font-family:arial;
font-size:20px;
text-align:left;
}

.contents p{
color:#535454;
font-size:12px;
text-align:justify;
}

#moresources{
float:left;
font-family:Arial;
margin-bottom:20px;
margin-top:20px;
width:100%;
}

#moresources .list{
border-bottom:1px solid #E3E3E3;
float:left;
margin:6px 20px;
padding-bottom:10px;
width:90%;
}

.list .link{
float:left;
width:100%;
}

.list .link a{
color:#000000;
font-weight:bold;
text-decoration:underline;
text-transform:capitalize;
}

.list .link a:hover{
text-decoration: underline;
}

.list .desc{
margin-top: 8px;
color:#474747;
float:left;
font-size:12px;
width:100%;
}

.list .weburl{
color:#996600;
float:left;
font-size:11px;
width:100%;
}