.blue{
color:blue;
}

.white{
color:#ffffff;
}

.centered{
text-align:center;
}

.heading{
line-height:48px;
font-weight:bold;
font-style:italic;
font-size:24;
}

.subheading{
line-height:24px;
font-size:14;
text-align:center;
}

.headingLink{
color:#000000;
text-decoration:none;
}

.subheadingLink{
color:#ffffff;
text-decoration:none;
}

.bg-blue{
background-color: #006699;
}

.bg-gray{
background-color: #999966;
}

.bg-black{
background-color: #000000;
}

.smallText{
font-size:14;
}