.title {
color: #333;
font-size: 18px;
}
.content {
width: 100%;
padding: 20px;
background-color: #f9f9f9;
}
.h5 {
margin-top: 0;
}
h2 {
margin-top: 10px;
}
p {
line-height: 24px;
}
h3 {
font-weight: bold;
color: #333;
}
strong {
color: #337ab7;
}
a {
text-decoration: none;
color: #337ab7;
}
a:hover {
color: #23527c;
}
img {
width: 100%;
height: auto;
}
h4 {
margin-top: 10px;
}
ul {
list-style: disc inside;
padding: 0 20px;
}
li {
line-height: 24px;
}
ol {
list-style: decimal inside;
padding: 0 20px;
}
li {
line-height: 24px;
}
h5 {
margin-top: 10px;
}
h6 {
font-size: 14px;
}
p {
line-height: 24px;
}
strong {
color: #337ab7;
}
#title{
text-align: center;
display: block;
margin: 20px auto;
width:50%;
background-color: #f9f9f9;
padding:10px;
}