html{ 
min-height: 100%;
margin-bottom: 1px;
}
body{
background-color: #b0c4de;
background-image:
url('blue.gif')
}
h1{
color: #7E007E;
font-family: times new roman, times, serif; 
font-weight: Bold; 
font-size: 12pt;
}
h2{
color: #000000;
font-family: times new roman, times, serif; 
font-weight: Bold; 
font-size: 12pt;
}
p{
color: #000000;
font-family: times new roman, times, serif; 
font-weight: Normal; 
font-size: 12pt;
}
a:Link{
color: #000000;
font-family: times new roman, times, serif; 
font-weight: Bold; 
font-size: 12pt;
text-decoration: Underline; 
}
a:Visited{
color: #000000;
font-family: times new roman, times, serif; 
font-weight: Bold ; 
font-size: 120pt;
text-decoration: Underline; 
}
a:Hover{
color: #7E007E;
font-family: times new roman, times, serif; 
font-weight: Bold; 
font-size: 12pt;
text-decoration: Underline; 
}
ul{
List-Style: Disc;
color: #000000; 
font-family: times new roman, times, serif; 
font-weight: Normal; 
font-size: 12pt;
}
ol{
List-Style: Circle; 
color: #000000; 
font-family: times new roman, times, serif; 
font-weight: Normal; 
font-size: 12pt;
}
#wrapper{
position: relative;
height: 150%;
width: 750px;
background-color: #ffffff;
border:1px solid #7E007E;
margin:0px auto;
padding:1px;
}
#top{
position: relative;
width: 750px;
height: 150px;
}
#middle{
position: relative;
width: 650px;
padding: 0px 50px;
min-height: 400px;
}
#bottom{
position: relative;
width: 736px;
height: 100px;
padding: 0px 7px;
}
p.bottom{
color: #7E007E;
font-family: times new roman, times, serif; 
font-weight: Bold; 
font-size: 10pt;
margin-top: 5px;
}
a.bottom:Link{
color: #7E007E;
font-family: times new roman, times, serif; 
font-weight: Bold; 
font-size: 10pt;
text-decoration: Underline; 
}
a.bottom:Visited{
color: #7E007E;
font-family: times new roman, times, serif; 
font-weight: Bold ; 
font-size: 10pt;
text-decoration: Underline; 
}
a.bottom:Hover{
color: #000000;
font-family: times new roman, times, serif; 
font-weight: Bold; 
font-size: 10pt;
text-decoration: Underline; 
}