a:link { /* determines link color on page load - no underline */
	color: blue;
	text-decoration: none;
	}

a:visited { /* determines visted link color - no underline */
	color: blue;
	text-decoration: none;
	}

a:hover { /* determines hover color on mouse over function - no underline */
	color: red;
	text-decoration: none;
	 }
.p {
	font: normal medium/normal Verdana, Arial, Helvetica, sans-serif;
	color: #804000;
	text-decoration: none;
	}
.format {
	margin-top: .0in;
	margin-right: .75in;
	margin-bottom: .0in;
	margin-left: .75in;
	background: #fff9d9;
	text-align: justify;
	}
.bib {
	color:#ff00ff;
	}
.others {
	color:#0000ff;
	}	 