.content{
	color: #303030;
    font-size: 12px;
    line-height: 1.5em;
}
/*.content H1{
    font-size: 16px;
    font-weight: bold;
    padding: 5px;
    margin: 5px 0;
    color: #fff;
    background-color:#47C3F4;
}
*/

.content H1{
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 5px;
    margin: 5px 0;
    border-bottom:3px solid #47C3F4;
}

.content H2{
    font-size: 14px;
    font-weight: bold;
    margin: 5px 0;
}

.content A{
    color: #2A3E92;
}

.content UL LI{
    list-style-type: circle;
    margin-left: 14px;
}
HR{
    margin: 10px 0;
}

.warning{
    color: #E02323;
}

LI{
    margin-left: 20px;
}
#petition P{
    margin: 10px 0;
}

