body {
background-color: #14135E;
}

.divider {
color:#FFF ;
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:bold;
padding-left:5px;
background-repeat:no-repeat;
}
.content {
background-color:#FFF;
font-family:Arial, Helvetica, sans-serif; 
font-size:12px;
color:#686868;
background-image: url(../images/baseball.jpg);
background-repeat:no-repeat;
background-position:bottom right;
padding-left:10px;
}

h1 {
color: #610000;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
}

/*---------------NAV-------------------*/
.left_nav {

background: #E6E6E6;
border: solid; 
border-color: #C8C8C8; 
border-width: 2px; 

}

.nav_cell {
border-bottom: solid;
border-bottom-color: #C8C8C8;
border-bottom-width: 2px;
 
}

/*---------------Links-------------------*/

a:link{
font-family:Arial, Helvetica, sans-serif; 
font-weight:bold;
font-size:12px;
color:#686868;
text-decoration: none;
direction: none;
}
a:visited{
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:12px;
color:#686868;
text-decoration: none;
}
a:hover{
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:12px;
color:#686868;
text-decoration: underline;
}
a:active{
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:12px;
color:#686868;
text-decoration: none;
}
/*----------------------------------*/