.myblue {
color: #394dc8;
}

.myorange {
color: #ff7200;
}

h1 {
color: #ff7200;
margin-top: 1.5em;
text-align: center;
}

h2 {
color: #ff7200;
margin-top: -0.5em;
margin-bottom:  1.5em;
text-align: center;
}

h3 {
color: #ff7200;
margin-top: 1.8em;
margin-bottom:  -0.25em;
}

h4 {
color: #ff7200;
margin-top: 2em;
margin-bottom:  -0.25em;
}

a:link {
color: #808080;
text-decoration: underline;
}

a:visited {
color: #808080;
text-decoration: underline;
}

hr {
color: #394dc8;
}

body {
color: #394dc8;
background-color: #d9e2ff;
font-family: sans-serif;
}

.onecol {
margin-left: 20%; 
margin-right: 20%; 
text-align:  justify;
font-weight: 500;
}

.narrowcol
{
margin-left: 25%; 
margin-right: 25%; 
}

.breakout {
margin-left: -10%; 
margin-right: -10%; 
text-align:  center;
font-weight: 600;
}

.shot {
margin-left: -30%; 
margin-right: -30%; 
margin-top: 2em;
margin-bottom: 2em;
text-align:  center;
font-weight: normal;
font-size: smaller;
}


.bluetable {
width: 100%;
background-color: #394dc8;
}

.dltable {
margin-top: 1em;
margin-bottom: 1em;
}

.buynow {
text-align: center;
color: #ff7200;
margin-top: 2.5em;
margin-bottom:  2.5em;
font-weight: 500;
}

.buynow a:visited {
color: #ff7200;
text-decoration: underline;
}

.buynow a:link {
color: #ff7200;
text-decoration: underline;
}

.bluetable a:visited {
color: #ffffff;
text-decoration: underline;
}

.bluetable a:link {
color: #ffffff;
text-decoration: underline;
}

.prom {
text-align: center;
margin-top: 2em;
margin-bottom: 2em;
font-weight: 800;
}

.menu {
text-align: center; 
margin-top: 3em; 
}

.menu a:visited
{
color: #394dc8;
}

.menu a:link
{
color: #394dc8;
}

.featuretab {
margin-top: 0.5em;
margin-bottom: 2em;
text-align: center; 
margin-left: 5%; 
margin-right: 5%; 
}

.featuretab h3
{
text-align: center; 
color: #ff7200;

}

.featuretab p
{
text-align: center; 
color: #394dc8;
font-weight: 800;
}

.featuretab tr
{
vertical-align: top;
}

.featuretab h2
{
margin-top: 2em;
margin-bottom:  1em;
}

.featuretab a {
text-decoration: none;
}

.nowrap {
    white-space: nowrap;
}