/* steeltower CSS extern */

body { 
    FONT: 9px "Myriad Pro"; TEXT-DECORATION: none; font-weight: none;
    margin: 0px;
}

A:link 	  { FONT: 15px Myriad Pro;  COLOR: #000000 ; TEXT-DECORATION: none; font-weight: bold;}

A:visited { FONT: 15px Myriad Pro;  COLOR: #000000 ; TEXT-DECORATION: none; font-weight: bold;}

A:active  { FONT: 15px Myriad Pro;  COLOR: #555555 ; TEXT-DECORATION: none; font-weight: bold;}

A:hover	  { FONT: 15px Myriad Pro;  COLOR: #000000 ; TEXT-DECORATION: none; font-weight: bold;}

P	{ FONT: 12px Myriad Pro;  COLOR: #000000 ; TEXT-DECORATION: none; font-weight: none; text-align=justify;}

H5	{ FONT: 13px Myriad Pro;  COLOR: #000000 ; TEXT-DECORATION: none; font-weight: bold;}

SPAN	{ FONT: 13px, Myriad Pro;  COLOR: #00ff00 ; TEXT-DECORATION: none; font-weight: bold;}

TD	{ FONT: 16px Myriad Pro;  COLOR: #000000; TEXT-DECORATION: none; font-weight: none;}
Myriad ProCourier New, monospace;  COLOR: #000000 ; TEXT-DECORATION: none; font-weight: none; text-align=justify;}

#navcontainer ul
{
padding-left: 0;
margin-left: 0;
background-color: #cecece;
color: White;
float: left;
width: 100%;
font-family: Myriad Pro;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 0.2em 1em;
background-color: #cecece;
color: White;
text-decoration: none;
float: left;
border-right: 1px solid #fff;
}

#navcontainer ul li a:hover
{
background-color: #036;
color: #fff;
}

