/*--------------------------------------------------------------------------------------------------------------*/
/* CSS Styles for myFPL_mod_btype DotNetNuke Module by Martin Gustafsson 										*/
/*--------------------------------------------------------------------------------------------------------------*/

.myfpl_mod_btype
{
    font-size: 12px;
    margin-left:10px; 
    margin-right:10px;
    margin-bottom: 10px;
}

.myfpl_mod_btype a:link
{
    font-weight: bold;
    text-decoration: underline;
    color: #333;
}

.myfpl_mod_btype a:hover
{
    font-weight: bold;
    text-decoration: underline;
    color: #333;
}

.myfpl_mod_btype a:visited
{
    font-weight: bold;
    text-decoration: underline;
    color: #333;
}




