/*
 * style.css
 * (c)2009 Bell Systems LLC
 * 
 * License: http://bellspace.net/licenses/non-commercial.html (Non-Commercial) 
 * Licensing: http://bellspace.net/licensing/index.html 
 *
 * Styles for tab_slang 
 *
 */

span.bright_green
{
    color:rgb(0,177,24); 
    font-size:14px; 
    font-weight:bold;   
}

span.bright_green_fakeanchor
{
    color:rgb(0,177,24); 
    font-weight:bold;   
    cursor:pointer;
}

span.navy_fakeanchor
{
    color:navy;
    font-size:12px;
    text-decoration:underline;
    cursor:pointer;
}

span.bright_red
{
    color:red; 
    font-size:14px; 
    font-weight:bold;   
}

img.link_triangle
{
    margin-left:5px;
    text-decoration:none;
}

img.link_triangle:hover
{
    cursor:pointer;
}