﻿/* -- Copyright © Microsoft Corporation. All rights reserved. */
#display
{
    display:block;
    width:640px;
    height:100px;
    color:Blue;
    background-color:#e7f1fd;
    border-radius:20px;
    border: 1px solid blue;
    text-align:center;
    font-size:18pt;
    font-weight:bold;          
 }
 
 #slideshow
 {
    display:block; 
    border:1px solid blue;   
    width:100%;
    /*width:640px;*/
    height:600px;                
     }
     
#URLBox
{     
   border:1px solid black;
   overflow:auto;
   width: 100%;
         
}