body
{
	font-family: Verdana,Arial,Helvetica;
    background-color: Blue;
	
	 
}
.logo
{
	width:800px;
	height:150px;

}

.table
{
	width:800px

}
.table1
{
    border-style:solid;
    border-color:Black;
    border-width:thin;
    width:800px;
    background-color:White;
}
.table2
{
    border-style:solid;
    border-color:Black;
    border-width:thin;
    width:800px;
    background-color:White;
    font-weight:bold;
    table-layout:fixed;
    text-align:center;
    color:Black;
   
}

.td1
{
    border:thin solid black;
    background-color:red;
    color:Black;
    text-align:center;
    table-layout:fixed;
    
    
}

.iframe1
{
    width:800px;
    height:1000px;
        
}
.div1
{
    background-color:White;
}

.href
{
    color:Black;
}