body {
font-family:"Times New Roman";
}

hr {
width:850px;
height:1px;
color:black;
}

p {
width:850px;
font-size:110%;
font-style:normal;
}

h1 {
width:850px;
font-size:125%;
font-style:normal;
}

h2 {
width:850px;
font-size:125%;
font-style:italic;
}

h3 {
width:850px;
font-size:75%;
font-style:normal;
}

h4 {
margin:10px;
width:700px;
font-size:125%;
font-style:normal;
}


// Begin Image Pop Up

#imgbox 
{
    vertical-align : middle;
    position : absolute;
    border: 1px solid #999;
    background : #FFFFFF; 
    filter: Alpha(Opacity=100);
    visibility : hidden;
    height : 200px;
    width : 200px;
    z-index : 50;
    overflow : hidden;
    text-align : center;
}

// End Image Pop Up


// Begin Modified Image Pop Up

#imgbox2 
{
    vertical-align : right; // this line changed from center to right
    position : absolute;
    border: 1px solid #999;
    background : #FFFFFF; 
    filter: Alpha(Opacity=100);
    visibility : hidden;
    height : 200px;
    width : 200px;
    z-index : 50;
    overflow : hidden;
    text-align : center;
}

// End Modified Image Pop Up

