body {
background-color:#e0e0e0; 
margin : 0; 
padding : 0; 
border : 0px none;
}
text {
font-family : georgia;
font-color: #000000;
font-size : 13px;
font-weight: normal;
}
h1 {
font-family : georgia;
font-color: #000000;
font-size : 13px;
font-weight: normal;
}
h2 {
font-family : georgia;
font-color: #000000;
font-size : 13px;
font-weight: normal;
}
h3 {
font-family : georgia;
font-color: #000000;
font-size : 13px;
font-weight: normal;
}
h4 {
font-family : georgia;
font-color: #000000;
font-size : 13px;
font-weight: normal;
}

#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 360px;
height: 470px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #e0e0e0;

padding: 0px;
}