  body {
	background-color: #AF7500;
	color: Black;
}
 :link {
	color:  #D8F800;
	background-color : transparent;
}
 :visited {
	color: #FFFF99;
	background-color : transparent;
}
 :active {
	color: #FFFF99;
	background-color : transparent;
}
td {
	font-family: helvetica,arial,sans-serif;
	vertical-align : top;
	color : White;
}
td.main {
	background-color :#D7A400;
	color : Black;
	width : 420px;
}
h3 {
	text-align : center;
}
div.caption {
	font-size : 75%;
	text-align : center;
	color : #cccccc;
}
div.im_l {
	font-size : 75%;
	text-align : center;
	color : #cccccc;
	float : left;
}
div.im_r {
	font-size : 75%;
	text-align : center;
	color : #cccccc;
	float : right;
}