
<!--
body {
	background-color: #FF5E00;
	margin-top: 20px;
}
body,td,th {
	font-family: Verdana, Helvetica, sans-serif;
	color:#FF5E00;
}

A:link {text-decoration: none;color:#FF5E00;font-weight:bold;}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration: underline overline; color: #FF5E00;;font-weight:bold;}

.small
{
font-family: Verdana, Helvetica, sans-serif;
font-size:10px;
color:#FF5E00;
}

.bigbold
{
font-family: Verdana, Helvetica, sans-serif;
font-size:12px;
font-weight:400;
}

#box {
font-family: Verdana, Helvetica, sans-serif;
font-size:10px;
/* background-color: #eee; */
background-image: url(imgs/girl.jpg);
background-repeat: no-repeat;
background-position: 20px 20px;
text-align: right;
float:right;
padding: 10px;
position:relative;
top:10px;
width: 350px;
height:200px;
}

#boxleft {
background-color: white;
background-image: url(imgs/girl.jpg);
background-repeat: no-repeat;
background-position: 20px 20px;
text-align: left;
padding: 0px;
position:relative;
top: 2px;
left: 10px;
width: 300px;
height:200px;
}

#MyDivBox {
overflow: scroll;
height:250px;
width:360px;
}

