a:link {
   color: #FEBA7F;
   text-decoration: none;
}
a:visited {
   color: #FEBA7F;
   text-decoration: none;
}
a:hover {
   color: #F2F9ED;
   text-decoration: underline;
}

a.orangebox:link { 
   color: #F2F9ED;
}

a.orangebox:visited { 
   color: #F2F9ED;
}

a.orangebox:hover { 
   color: #C2DBAC;
}

a.greenbox:link { 
   color: #F2F9ED;
   text-decoration: none;
   font-size: 10pt;
   font-family: Tahoma;
   font-weight: bold;
}

a.greenbox:visited {
   font-size: 10pt;
   color: #F2F9ED;
   text-decoration: none;
   font-weight: bold;
}

a.greenbox:hover {
   color: #FEBA7F;
}

body {
   font-family: Verdana;
   background-color: #f4faef;
   background-image:  url('http://deviatesdeparture.com/stroke_bg.gif');
}

.heading1 {
   font-family: Tahoma;
   color: #F2F9ED;
   font-size: 16pt;
   font-weight: bold;
}

.heading2 {
   font-family: Tahoma;
   color: #3695C8;
   font-size: 14pt;
   font-weight: bold;
}

.bodytext {
   font-family: verdana;
   color: #F1FFE8;
   font-size: 8pt;
}

div.contentmid {
    padding-left: 15px;
    padding-right: 9px;
    padding-bottom: 10px;
}
div.contentright {
    padding-left: 10px;
    padding-right: 12px;
    padding-bottom: 10px;
}