﻿
    body 
    {
        font-family: arial, sans-serif;  
        font-size: 16px;   
        color: #666666;   
        background-color: White;
    }
        /* match all single/multiline textboxes (IE 7+ for the attribute selector) */
    TEXTAREA, INPUT[type="text"]
    {
        font-family: arial, sans-serif;  
        font-size: 16px;   
        color: #666666;   
        background-color: White;
        box-sizing: border-box; 
    }
    .menu 
        {
        color: White;
        text-decoration: none;
        font-family: arial, sans-serif;
        font-size: 25px;
        }
    #slideShowImages { /* The following CSS rules are optional. */
      border: 0px gray solid;
      background-color: White;
    }   
  
    #slideShowImages img { /* The following CSS rules are optional. */
      border: 0em black solid;
      padding: 0px;
    }   