@charset "utf-8";
/* CSS Document */
	#links {position:absolute; left:10px; top:10%;}
	#cont {position:relative; left:45px; top:4px; width:95%; height:80%; border:2px solid #006699; overflow:hidden}
	.txt {position:absolute;
		left:0px;
		top:0px;
		width:100%;
		font-family: "Times New Roman";
		font-size:19px;
		text-align:left;
		padding:5px;
		visibility:hidden;}
	.colelem{position: relative; display: none;}
	A:HOVER {TEXT-DECORATION: none
		border : 1px;
		border-bottom : thin dashed Red;}
	.expelem {position: relative; display: block;}
	.expr{letter-spacing:4px; font-size:30px}
	a {TEXT-DECORATION: none; COLOR: blue;}
	BODY,TD {font-family : "Times New Roman";
		font-size : 19px;
			}

