#hot {
position: relative;
right: 40px;
top: 50px;
width: 220px;
height: 800px;
border: 5px double red;
background-color: white;
text-align: left;
float: right;
}
#hot p{
font-size: small;
margin: 0px;
}
#hot h3{
border-bottom: solid 2px black;
font-size: medium;
margin: 0px;
padding: 0px;
text-align: center;
}
#hot ol{
list-style-position: outside;
}
#hot li{
font-size: small;
margin: 1px;
}

#hot2 {
position: relative;
right: 0px;
top: 450px;
width: 220px;
height: 250px;
border: 5px double red;
background-color: white;
text-align: left;
float: right;
}
#hot2 p{
font-size: small;
margin: 0px;
}
#hot2 h3{
border-bottom: solid 2px black;
font-size: medium;
margin: 0px;
padding: 0px;
text-align: center;
}
#hot2 ol{
list-style-position: outside;
}
#hot2 li{
font-size: small;
margin: 1px;
}

