body { font: bold 10pt Arial } 

.mysel:link { 
	color: #0000ff;
	text-decoration: none;
}
.mysel:visited {
	text-decoration: none;
	color: #0000ff;
}
.mysel:hover { 
	color: #ff0000;
	/* background-color: #333333; */
	text-decoration: underline;
}

#maindiv {text-align:center; width:650px}

