legend {
    font-family: Arial, Sans-Serif;
    color: crimson;
    font-size: 12pt;
}

legend2 {
    font-family: Arial, Sans-Serif;
    color: crimson;
    font-size: 12pt;
}


fieldset {   
    font-family: Arial, Sans-Serif;
    border: 1pt solid crimson; 
    margin-top: 12pt;
    margin-left: 12pt;
}

fieldset2 {   
    font-family: Arial, Sans-Serif;
    border: 1pt solid white; 
    margin-top: 12pt;}


 body {
                margin: 20px;
                margin-left: 100px;
                margin-right: 100px;
                font-family: Arial, Sans-Serif;
            }
            
            h1, h2, h3, h4
            { 
                font-family: Arial, Sans-Serif;
            
            }
            
            h3 {
                font-size: 14pt;
                font-style: italic;
                color: gray;
            }
            
            p {
                 font-family: Arial, Sans-Serif;

            }
            
            
            .hello {
                font-family: 'Courier New';
                font-weight: bold;
                font-size: 16pt;
                color: crimson;
                border-top: crimson 1pt solid;
                border-bottom: crimson 1pt solid;
                padding: 6px;
            }
            
            table {
                width: 100%;
            }
        
        .ads {
            background-color: skyblue;
            width: 300px;
            text-align: center;
            vertical-align: top;
        }
        
        .blogarea {
            border: crimson 1pt solid;
            margin: 12pt;
            padding: 6pt;
        }


    .overflowe {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 14pt;
  width: 600px;
}

    .clikme {
            border-color: khaki;
            font-size: 14pt;
            padding: 5px;
            border-radius: 5px;
            margin-bottom: 2px;
        }
        
        .clikme:active {
            background-color: seashell;
            transform: translateY(4px);
        }
        
        button {
            background-color: crimson;
            color: white;
            font-weight: bold;
            padding: 10px 20px;
            border-radius: 5px;
            width: 130px;
            margin: 6px;
            border: 0pt;
            font-size: 12pt;
        }
        button:active {
            background-color: darkred;
            transform: translateY(3px);
        }        