<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
#middle {
    background-color: white;
    width: 70%;
    min-height: 600px;
}

#advert {
    /* background-color: red; */
    position: absolute;
    left: 80%;
    width: 170px;
    height: 600px;
    top: 195px;
}	
	
#inadvert {
    /* background-color: red; */
    position: relative;
	float:right;
    width: 170px;
    height: 600px;
    top: 0px;
}	

#ladvert {
position: relative;
top:10px;
left:40px;
width: 170px;
height: 600px;

}
	
.mb1 {
	position:relative;
	float:left;
    width: 65%;
    font-family: 'Verdana', sans-serif;
    font-size: 17px;
    background-color: white;
}	

</pre></body></html>