
@import "./base.css";

body {
    line-height: 22px;
}
a {
    color: #404040;
    -webkit-backface-visibility: hidden;
}
h1,h2 {
    font-size: 16px;
    color: #28292F;
}
h2 {
    font-size: 14px;
}
p {
	font-size: 12px;
	color: #666;

}
.tr {
    text-align: right;
}

#content {
    margin: 16px;
    color: #666;
}
#content h1 {
	margin: 0 auto 10px;
    font-size: 12px;
    color: #666;
    text-align: center;
}
#content h5 {
    font-size: 12px;
    color: #666;
}
#content h3 {
    font-size: 14px;
    color: #404040;
    margin-bottom: 10px;
}
#content section {
	margin-bottom: 15px;
}
#content p {
	font-size: 12px;
    margin-bottom: 5px;
}
#content p a u {
    color: #404040!important;
    text-decoration:none;
}