﻿html, body {
     height: 100%;
     overflow: auto;
     margin: 0;
     font-family:Tahoma,Verdana,Arial,sans-serif;
     font-size:0.95em;
     color: #FFFFFF;
     background: black;
 }
 
 #silverlightControlHost {
	    height: 100%;
	    text-align:center;
    }

.install-info {
    color: #FFFFFF;
    font-weight:bold;
    font-size:12px;
}

.fullsize 
{
    height:100%;
}

a img
{
    border-width: 0px;
    text-decoration: none;
}

a 
{
    text-decoration: underline;
    color:#CDCDCD;
}

a:hover
{
    color:#FFFFFF;
    text-decoration: none;
}