.main {
	font-family: Arial;
	font-size: 12px;
	color: #663300;
}
img.thumbnail {
cursor : pointer; 
} 

div#drag {
background: ffffcc;
border-width: 1px 1px 0px;
border-color: FF9933;
border-style: solid;
padding: 0.25em;
}

td
{
	font-family: Arial;
	font-size: 12px;
	color: #663300;
}

a:link
    { text-decoration: none; color: #663300;}
a:visited
    { text-decoration: none; color: #663300;}
a:active
    { text-decoration: underline; color:#663300;}
a:hover
    { text-decoration: underline overline; color: #663300;}
