﻿body 

{
    margin: 0px;
    padding: 0px;
    top: auto;
    clear: both;
}
#text1
 
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: medium;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    color: #000000;
    left:250px;
    position: relative;
    width: 350px;
    clear: left;
    top: -82px;
    height: 75px;
    
}

#text2

{
    font-family: Arial, Helvetica, sans-serif;
    font-size: medium;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    color: #000000;
    left: 700px;
    position: relative;
    width: 300px;
    clear: left;
    top: -82px;
    height: 75px;
    clip: rect(50px, auto, auto, auto);
}
