
/*
Place custom CSS for the client in this file.
h1
{
    color: #008000;
}
*/

.heading {
font-family: Arial, Helvetica, sans-serif;
font-size: 20px;
font-style: normal;
line-height: 23px;
font-variant: normal;
color: #FFF;
}
.bodycopy {
font-family: Arial, Helvetica, sans-serif;
font-size: 15px;
font-style: normal;
line-height: 18px;
font-weight: lighter;
color: #000;
}
.smallbody {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: normal;
color: #666;
}