  body {
	background-color: #061F3E;
	color: White;
}
 :link {
	color:  #FCD72C;
	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 :#061F3E;
	color : White;
	width : 420px;
}
td.sym {
	font-family: helvetica,arial,sans-serif;
	vertical-align : middle;
	color : White;
	text-align : center;
}
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;
}