
body
{
background-image: 
url('http://www.pumpinwhitebooty.com/images/cell_background04.gif');
background-repeat: repeat
    background-color: #4f4d4d;
    font-family:      Verdana;
    font-size:        9px;
	scrollbar-face-color: #4F4D4D; 
	scrollbar-shadow-color: #606060; 
	scrollbar-highlight-color: #E1E2E3; 
	scrollbar-3dlight-color: #000000; 
	scrollbar-darkshadow-color: #000000; 
	scrollbar-track-color: #FF0000; 
	scrollbar-arrow-color: #FF0000;
}


.link
{
    color:           Red;
    font-size:       1px;
}


.link:hover
{
    color:           Red;
}


.helplink
{
    font-size:       11px;
    font-weight:     bold;
    color:           Blue;
}


.helplink:visited
{
    font-size:       11px;
    font-weight:     bold;
    color:           Blue;
}


td
{
    font-family:      Verdana;
    font-size:        12px;
}


.small
{
    font-family:      Verdana;
    font-size:        9px;
}


.large
{
    font-size:   24px;
    font-weight: bold;
}



.tab
{
    font-size:        11px;
    font-weight:      bold;
    padding:          2px 5px 2px 5px;
    background-color: Maroon;
    width:            20%;
    color:            White;
}


.card
{
    font-size:        11px;
    border:  1px solid Maroon;
    padding: 2px 5px 2px 5px;

}


.important
{
    color: blue;
    font-weight: bold;
}


.red
{
    color: red;
    font-weight: bold;
}


a.blue 
{
    color: #0000FF;
    text-decoration: none
}


a.blue:hover 
{
    color: #ff7600;
    text-decoration: none
}


a.orange 
{
    color: #ff7600;
    text-decoration: none
}


a.orange:hover 
{
    color: #7d7d7d;
   text-decoration: none
}