.zag {
	border: 1px solid #4682B4;
	background-color: #ADCBE2;
	color: White;
	font-size: 20pt;
	text-align: center;
	font-weight: bold;
}
.txt {
	border: 1px solid #4682B4;
	color: #4682B4;
	padding-left: 10px;
	padding-right: 10px;
}
.l_start {
	border : 1px solid Silver;
	color : Red;
	font-family : "Courier New", Courier, monospace;
	font-size : smaller;
	font-weight : bold;
	line-height : normal;
	text-align : center;
	text-decoration : none;
	width : 170px;
	margin-left : 10px;
	margin-right : 1px;
	margin-top : 1px;
	background-color : #B0C4DE;
}

.l_start:hover {
	background-color : #F0F8FF;
	color : #191970;
}


.l_start1 {
	border : 1px solid Silver;
	color : Gray;
	font-family : "Courier New", Courier, monospace;
	font-size : 12pt;
	font-weight : bold;
	line-height : normal;
	text-align : right;
	text-decoration : none;
	width : 200px;
	margin-left : 10px;
	margin-right : 1px;
	margin-top : 1px;
	background-color : #FFFFFF;
}

.l_start1:hover {
	background-color : #708698;
	color : #FFFFFF;
	
}.next {
	color: #2F4F4F;
	font-size: smaller;
	text-align: center;
	width: 100px;
	text-decoration: none;
}

.next:hover {
	background-color: #ADD8E6;
	color: #696969;
}
.list {
	font-family: "Courier New", Courier, monospace;
	font-size: small;
	font-weight: bolder;
	text-decoration: none;
	color: #4682B4;
}

.list:hover {
	color: #696969;
}


