a:link
{
        color: #ffff00;
        text-decoration: underline;
        }
a:visited
{
	color: #990033;
        text-decoration: line-through;
        }
a:active
{
	color: #0000cc;
        background-color: #009933;
        text-decoration: blink;
}
a:hover
{
        color: #CCCCCC;
        background-color: #3333CC;
        text-decoration: none;
  text-transform: none
}
body
{
	    font-family: Tahoma, Arial, sans-serif;
        background-color: #000042;
        color: #FFFFFF;
        FONT-SIZE: 12px;
        scrollbar-face-color: #000066;
        scrollbar-arrow-color: #FFFF00;
        scrollbar-track-color: #000042;
        max-width: 600px;
        text-transform: lowercase;
        /*float: left; */
  text-shadow: #000000;
  /*text-indent: 5%;*/
  text-align: left;
  min-width: 240px
}

/*@handheld
{
        body
        {
                max-width: 470px;
                FONT-SIZE: 9px;
                background-color: #FFF;
  font-family: "Bookman Old Style", "Times New Roman", Times
}
}
        */
DIV.weather
        {
                max-width: 250px;
}

table
{
	table-border-color-light: #6699FF;
	table-border-color-dark: #000066;
}
h1, h2, h3, h4, h5, h6
{
	font-family: "Bookman Old Style", "Times New Roman", "Courier New";
}
h1
{
	color: #3333CC;
}
h2
{
	color: rgb(0,153,51);
}
h3
{
	color: rgb(204,51,51);
}
h4
{
	color: rgb(51,0,204);
}
h5
{
	color: rgb(0,153,51);
}
h6
{
        color: rgb(204,51,51);
        }
.header {
  background-color: #000042;
  border-bottom-color: #336699;
  font-size: small;
  font-family: Tahoma, Arial, sans-serif;
  color: #CCFFFF
}


UL
{
        list-style-type: disc;
        list-style-position: outside;
        padding-left: 0;
        margin-left: 0;
        background-color:  #000042;
        color: #FFFFFF;
        /* float: left; */
        width: 100%;
        font-family: Verdana, Arial, sans-serif;
        max-width: 470px;
        }

#home .home, #about .about, #BBApps .BBApps, #BBSites .BBSites, #BBTips .BBTips, #contact .contact
{
        color: #000000;
        background-color: #ffff00;
        text-decoration: none;
        }

#HeadTD
{
        COLOR: #FFFFFF;
        FONT-SIZE: 10px;
        BACKGROUND-COLOR: #000042;}

#free
{
        color: yellow;
        }
#notfree
{
        background-color:  transparent;
        color: #00CC00;
        }

SPAN.float
{
        /*float: left; */
        POSITION: relative;
        }

#navcontainer
{
  clear:both;
width:95%;
background:#000066;
color:#FFFFFF;
text-align:left;
margin:0px;
padding:2px 0 1px 0;
font-size:8pt;
border:2px solid #3D3D3D;
}

#navcontainer ul
{
padding-left: 0;
margin-left: 0;
background-color:  #000066;
color: #FFFFFF;
/*float: left; */
width: 100%;
font-family: Verdana, Arial, sans-serif;
  text-align: center
}

#navcontainer ul li { display: inline;
}

#navcontainer ul li a
{
padding: 1px 1px 1px 1px;
background-color:  #000066;
color: #FFFFFF;
text-decoration: none;
        /*float: left; */
border-right: thin solid #FFFFFF;
  border-left-width: thin;
  border-left-style: solid;
  border-left-color: #FFFF00
}

#navcontainer ul li a:hover
{
background-color: #336699;
color: #FFFFFF;
}

#roblist
{
    width: 15em;
    padding: 0 0 1em 0;
    margin-bottom: 1em;
    font-family: Tahoma, Arial, sans-serif;
    background-color: #90bade;
    color: #333;
    max-width: 150px;
    }

#roblist ul
{
    list-style: none;
    margin: 0;
    padding: 0;
    border: none;
}

#roblist li
{
    border-bottom: 1px solid #90bade;
    margin: 0;
    display: compact;
}

#roblist li a
{
    display: block;
    padding: 5px 5px 5px 0.5em;
    border-left: 10px solid #1958b7;
    border-right: 10px solid #508fc4;
    background-color: #2175bc;
    color: #fff;
    text-decoration: none;
    width: auto;
}
#roblist li a:hover {
        border-left: 10px solid #1c64d1;
        border-right: 10px solid #5ba3e0;
        background-color: #2586d7;
        color: #fff;
        }


