/* Main CSS file for Skydive Flying V Ranch */

body, td
{
color: white;
font-family: verdana, arial, helvetica, sans-serif;
font-style: normal;
font-weight: normal;
font-size: smaller;
} 

.center
{
text-align: center;
}


h1, h2, h3, h4, h5, h6
{
margin-top: 0em;
margin-bottom: 0.3em;
}

a:link {color: rgb(255,255,255); text-decoration: underline;}
a:visited {color: rgb(255,255,255); text-decoration: underline;}
a:active {color: rgb(255,0,0); text-decoration: underline;}
a:hover {color: rgb(255,0,0); background: rgb(240,240,240); text-decoration: underline;}
/* a:hover {color: rgb(255,0,0); background: rgb(240,224,192); text-decoration: underline;} */


.dottedbox
{
color: white;
background-color: rgb(128,80,0);
border-style: dotted;
border-color: rgb(240,224,192);
border-width: 1px;
text-align: left;
padding: 5px 5px 5px 5px;
}

.blogbox
{
color: white;
background-color: rgb(64,64,192);
width: 308px;
height: 200px;
padding-left: 5px;
padding-right: 5px;
border-width: 1px;
border-style: solid;
border-color: rgb(255,255,255);
overflow: auto;
}

.menubar a:link, .menubar a:visited
{
display: block;
border-style: solid;
border-color: rgb(240,224,192);
border-width: 1px;
color: rgb(255,255,255);
background-color: rgb(128,80,0);
padding: 3px 3px 3px 3px;
width: 150px;
text-decoration: none
}

.menubar a:active, .menubar a:hover
{
display: block;
border-style: solid;
border-color: rgb(240,224,192);
border-width: 1px;
color: rgb(255,51,51);
background-color: rgb(240,224,192);
padding: 3px 3px 3px 3px;
width: 150px;
text-decoration: underline
}



