body {
	font-family: Arial;
	background-color: #000000;
	color: #C1FFC1;
}

A:Link.border, A:Visited.border, A:Active.border  {
	color : #C1FFC1;
	font-weight : bold;
	text-decoration : none;
	border : 1px solid #97461A;
	padding-left : 3px;
	padding-right : 3px;
}

A:Hover.border {
	font-weight : bold;
	color : #C1FFC1;
	text-decoration : none;
    border : 1px solid #C1FFC1;
}

A:Link, A:Visited, A:Active  {
	color : #97461A;
	font-weight : bold;
	text-decoration : none;
}

A:Hover  {
	font-weight : bold;
	color : #C1FFC1;
	text-decoration : none;
}

.Indent  {
	text-indent : 35px;
}

A IMG.border  {
	border : 1px solid #97461A;
}

A:Hover IMG.border {
	border : 1px solid #C1FFC1;
}