/* gengnral text formatting */
BODY,P,H1,H2,H3,H4,UL,OL,DL,TD {
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	color: #F5C91A;
	background-color: Black;
}

A:link {
	color: #F5C91A;
}

A:visited {
  color: rgb(204,51,102);
}

IMG {
	border: 0;
}

#RLogo {
	height: 110px;
	margin-right:20px;
}

/* list format */
LI { 
  padding:0 0 6pt 0pt; 
  margin:0 0 0 0;
}
