body {
	font-family : "Times New Roman";
	color : Silver;
	background-color : Black;
	margin : 10px;
	font-size : small;
}
td.lev {
	width : 20%;
	border-color : Olive;
	border : none;
	vertical-align : top;
	text-align : center;
	font-size : 90%;
}
td.niz {
	width : 100%;
	text-align : center;
}
td.kor {
	width : 16%;
	vertical-align : middle;
	text-align : center;
	border-color : Olive;
	border : solid;
	font-size : smaller;
}

td.dlin {
	width : 80%;
	text-align : center;
	border-color : Olive;
	border : solid;
	color : Silver;
	vertical-align : top;
}

td.str {
	font-size : 100%;
}
h1 {
	text-align : center;
	color : #FFFF00;
	font-size : large;
	font-style : italic;
	font-family : Georgia;
}

h3 {
	text-align : center;
	color : #66FF66;
	font-style : italic;
	font-size : medium;
	font-weight : bold;
}

table.gl {
	width : 100%;
	border : 0px;
	}
a {
	color : #66FF66;
	text-decoration : none;
}
a:hover {
	color : yellow;
	text-decoration : none;
}

