TABLE {
	height : 325px;
	width : 125px;
}


	TD {
	background-color : transparent;
	text-align : left;
	padding-left : 0px;
	padding-right : 0px;
	font-size : medium;
	width : 125px;
	height : 20px;
	vertical-align : middle;
}

	A:LINK {
	font-family : Arial;
	font-weight : bold;
	font-size : 90%;
	text-decoration : none;
	background-image : url(../s2.jpg);
	padding-left : 10px;
	padding-right : 8px;
	color : blue;
	padding-top : 4px;
	text-align : left;
	width : 100%;
	background-repeat : no-repeat;
}

	A:VISITED {
		font-family : Arial;
		color : black;
		font-weight : bold;
		font-size : 90%;
		text-decoration : none;
		background-image : url(../s1.jpg);
		padding-left : 10px;
		padding-right : 8px;
		padding-top : 4px;
		text-align : left;
		width : 100%;
		background-repeat : no-repeat;
	}


	A:HOVER {
		font-family : Arial;
		color : #DC143C;
		font-weight : bold;
		font-size : 90%;
		text-decoration : none;
		background-image : url(../s3.jpg);
		padding-left : 10px;
		padding-right : 8px;
		padding-top : 4px;
		text-align : left;
		width : 100%;
		background-repeat : no-repeat;
	}

	A:ACTIVE {
		font-family : Arial;
		color : #4B0082;
		font-weight : bold;
		background-image : url(../s4.jpg);
		font-size : 90%;
		text-decoration : none;
		padding-left : 10px;
		padding-right : 8px;
		padding-top : 4px;
		text-align : left;
		width : 100%;
		background-repeat : no-repeat;
	}
