﻿        .style1
        {
            font-size: medium;
            color:Black;
        }
        .style2
        {
            font-size: large;
        }
        .style3
        {
            width: 355px;
            height: 552px;
        }
        .style4
        {
            font-size: x-large;
        }
        .style5
        {
            width: 50%;
        }
        body        
        {
            color:black;
            background-color:gray;
            font-family: Georgia, "Times New Roman", Times, serif;
        }