/* CSS Document */

.infoPBIOS
{
    position:fixed;
    right:10px;
    bottom: 10px;
    width:300px;
    height:120px;
    margin:0px;
    padding:0px;
    visibility:visible;
}
.infoPBIOSblock
{
    position: fixed;
    right: 10px;
    bottom: 10px;
    margin: 0px;
    padding: 0px;
    visibility: hidden;
}
.infoPBIOSblock a
{
    font-size: 12pt;
    color: blue;
    text-decoration: underline;
    font-family: Serif;
}