.box{
width: 950px;
background-color: #1D1D1D;
text-align: center;
margin-top: -5px;
height: 45px;
padding: 1px;

}


.title_links ul li
{
list-style-type:none;
margin:0;
padding:0;

}
li
{
display:inline;
}
.title_links :link
{
color:  #888888;
font:  24px "Arial";
letter-spacing: -1px;
background-color: #2D2D2D;
text-align:center;
padding: 3px;
text-decoration:none;
text-transform: Capitalize;
border-right: 4px solid #3494AA;
margin-left: 10px; 
margin-right: 10px;
padding-right: 8px; 
padding-bottom: 3px; 


}

.title_links :visited{
color:  #888888;
font:  24px "Arial";
letter-spacing: -1px;
background-color: #2D2D2D;
text-align:center;
padding: 3px;
text-decoration:none;
text-transform: Capitalize;
border-right: 4px solid #3494AA;
width: 65%;
margin-left: 10px; 
margin-right: 10px;
padding-right: 8px; 
padding-bottom: 3px; 


}
.title_links a:hover
{
background-color:#2D2D2D;
border-right: 4px solid #ffff00;
color:  #80DAEE;
width: 70%;
}


* html .title_links ul li { height: 1%; }
* html .title_links ul li a { height: 1%; }


.welcome{
        color: #888888;
	text-align: justify;
        font-family: arial;
        width: 175px;
        height: autox;
        font-size: 12px;
        margin-bottom: 6px;
       line-height: 95%;
       border-bottom: 7px;
-moz-border-radius: 5px;
}