/*Style Sheet for theforce*/
body{
font-family: "Trebuchet MS", "Lucida Sans", Arial, sans-serif;
font-size: 1em;
font-weight: normal;
color: #03274C;
SCROLLBAR-BASE-COLOR: #FF6633; 
SCROLLBAR-ARROW-COLOR: #FFCC33;
}
h1,h2,h3,h4{
font-family: "Kristen ITC", Verdana, Tahoma, Arial;
font-weight: bold;
}
h1{
font-size: 1.7em;
}
h2{
font-size: 1.4em;
}
h3{
font-size: 1.2em;
}
h4{
font-size: 0.8em;
}
h5{
font-size: 0.6em;
font-family: "Kristen ITC", Verdana, Tahoma, Arial;
font-weight: bold;
}
a:link {
color: #5F97D0;
text-decoration: none;
}
a:visited {
color: #166EC8;
text-decoration: none;
}
a:hover {
color: #166EC8;
text-decoration: none;
background-color: #5F97D0;
}
a:active {
color: #5F97D0;
text-decoration: none;
background-color: #166EC8;
}