 
html, body { 
margin : 0;
padding : 0;
width : 100%;
height : 100%;
overflow : hidden;
}
 
body { 
font-family : "Times New Roman", Times, serif;
font-size : 100%;
}
 
#background { 
position : absolute;
z-index : 1;
width : 100%;
height : 100%;
}
 
#scroller { 
position : absolute;
width : 100%;
height : 100%;
top : 0;
left : 0;
overflow : auto;
z-index : 2;
}
 
#content { 
padding : 25px 20px 20px 20px;
}

#content1 { 
padding : 50px 20px 20px 20px;
}

h1 { 
line-height : 1em;
letter-spacing : 0.1em;
text-align : center;
}

.h1 {text-align: left}
.h1a {color: #800080}
.h1u {text-decoration: underline}


h2 { 
line-height : 1em;
letter-spacing : 0.1em;
text-align : center;
}

.h2 { 
border : 5px outset #cc99ff;
font-size : 20pt;
font-family : "Times New Roman", Times, serif;
font-style : italic;
font-weight : bold;
color : #ff00ff;
}
 
h3 { 
line-height : 1em;
letter-spacing : 0.1em;
text-align : center;
}

h4 { 
line-height : 1em;
letter-spacing : 0.1em;
text-align : center;
}
 
h4.second { 
font-size : 14pt;
font-family : "Times New Roman", Times, serif;
color : #ff00ff;
}
 
p { 
line-height : 1em;
letter-spacing : 0.1em;
text-align : justify;
font-size : 14pt;
}

.center {text-align: center;}
.center1 {text-align: center; line-height:100%; margin-top:0; margin-bottom:0}

pre { 
font-family : "Times New Roman", Times, serif;
font-size : 14pt;
}
 
a:link.fancy { 
font-style : italic;
color : #0066ff;
}
 
a:visited.fancy { 
font-style : italic;
color : #cc66ff;
}
 
input[type="submit"] { 
cursor : pointer;
}
 
.submitbutton { 
cursor : pointer;
}

.right {position:relative; float:right}
.left {position:relative; float:left}

img.x { 
z-index : 1;
}