.leftcol {
  font-family: "Times New Roman", Times, serif;
  font-size:17px;
  color:#FFCC00;
}

.midcol {
	font-family: "Times New Roman", Times, serif;
	 font-size:17px;
 	 color:white;
}

.rightcol {
	font-family: "Times New Roman", Times, serif;
	  font-size:17px;
  	color:white;
}
a:link { 
	font: "Times New Roman", Times, serif;
	text-decoration: underline; 
	color: #FFCC00;
	}
a:visited { 
	font: "Times New Roman", Times, serif;
	text-decoration: underline; 
	color: #FFCC00;
	}
a:hover, a:active { 
	font: "Times New Roman", Times, serif;
	text-decoration: underline; 
	color: yellow;
	}