.red { color: red; }
.yellow{ background: yellow; }
.large { font-size: 16px !important; }
.bold { font-weight: bold; }
.center { text-align: center; }
.margin {margin-top:20px;}
.content { width: 720px; margin-right: auto; margin-left: auto; padding-bottom:20px; }
.content h1, h2{ font-size:16px; line-height:20px;font-weight:bold;margin-top:20px;}
.content p { font-size:13px; line-height:20px; margin-top:15px; }
.content ul {list-style-type:disc;font-size:13px; line-height:20px; margin-top:15px;margin-left:20px;}
.content li{margin-top:5px;}