/* 

	home.php  CSS - Text Styles

*/

.bold{
font-weight: bold;
}

h2{
    color: #AB1810;
    margin-top: 1em;
    margin-bottom: 0.3em;
}

img{
    border: 0em;
}

.smaller{
    font-weight: normal;
    font-size: 0.8em;
}

.red{
    color: #AB1810;
}

ul,ol{
    padding-left: 3em;
    list-style-position: outside;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
ol{
    list-style-type: decimal;
}
ul{
    list-style-type: disc;
}

li{
    margin-bottom: 0.2em;
}
