body{
color: #F19100;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 14px;
text-decoration: none;
; line-height: 21px
}

A:link{
color: #F12200;
font-family: Georgia, "Times New Roman", Times, serif;
text-decoration: underline;
}
A:visited{
color: #F12200;
font-family: Georgia, "Times New Roman", Times, serif;
text-decoration: underline;
}
A:hover{
color: #FBB75F;
font-family: Georgia, "Times New Roman", Times, serif;
text-decoration: underline;
}
A:active{
color: #FBB75F;
font-family: Georgia, "Times New Roman", Times, serif;
text-decoration: underline;
}

.text{
color: #F19100;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 14px;
text-decoration: none;
; line-height: 21px
}

.smalltext{
color: #F19100;
font-family: Tahoma, "Arial", Helvetica, sans-serif;
font-size: 10px;
text-decoration: none;
; line-height: 15px
}

.largeheadline{
font-family: "Trebuchet MS", sans-serif, Arial;
font-size: 24px;
font-style: normal;
line-height: normal;
font-weight: bold;
font-variant: normal;
text-transform: none;
color: #FFFFFF;
text-decoration: none
}

img.floatLeft {
    float: left;
    margin: 6px;
}
img.floatRight {
    float: right;
    margin: 6px;
}