
#content 
{	
	background-color: ;
	font: normal 12px Verdana;
}

/*Page related styles for you to view*/
#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 220px;
height: 260px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #f5d7b2;

/*padding: 15px;*/
}

a:hover
{
background:#e89940; 
text-decoration:underline;
}

a:link
{
text-decoration:none;
}

a:visited
{
text-decoration:none;
}
a:active
{
text-decoration:none;
}
.bordercol
{
	border: 1px solid #eeba7b;
	
}
.tblborder
{
border-color:1px solid #eeba7b;
}

