a  {
font-family : Arial, Helvetica, sans serif;
font-size : 12px;
color : #F28E00;
text-decoration : underline;
}
a:Visited  {
color: #F28E00;
text-decoration : underline; 
}
a:Active  {
color : #653C19;
text-decoration : none; 
background-color:#F8D5B7;
}
a:Hover  {
color : #653C19;
text-decoration : none;
background-color:#F8D5B7;
}
table  {
font-family : Arial, Helvetica, sans serif;
font-size : 13px;
color : #653C19;
}

body.normal
{
	background-color: #ffffff;
	background-image:url(pic/hg.jpg);
	background-repeat:repeat-x;
	background-position: bottom left;
	background-attachment:fixed;
	padding: 0px 20px;
}

body.top
{
	background-color: #ffffff;
	padding: 0px 10px;
}