/* ‹¤’Êcss */

BODY, H1, H2, H3, H4, H5, H6, P, TH, TD, OL, UL, LI{
  margin:0px;
  padding:0px;
}     

BODY{
	font-size:90%;
	background-color: #3A3E63;
	background-image: url('/images/back_ground.gif');
	background-repeat: repeat-x;
	background-position:left top;
	background-color:#3A3E63;
}

IMG{
  border:none;
}

a:link {
	color: #A87C33;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color:#A87C33;
}
a:hover {
	text-decoration: underline;
	color:#6C5B35;
}
a:active {
	text-decoration: none;
	color:#DFA817;
}
