A {
	color : blue;
	text-decoration : none;
	font-weight: bold;
}

A:HOVER { font-size: larger;
	color : red;
	text-decoration : underline;
}

BODY {
	background-color : Black;
	color : Lime;
	font-family : Arial, sans-serif;
	font-size : 9pt;
	margin : 0 4px 0 0;
}
TABLE {
	width: 80%;
	text-justify : auto;
	text-align : justify;
}
H2#head {
	font-family : "Comic Sans MS";
	font-style : oblique;
	font-weight : bolder;
	ime-mode : active;
	margin-top : 10px;
	overflow : hidden;
	overflow-x : scroll;
	padding-top : 2%;
	text-justify : auto;
}
TABLE#chord {
	text-align : left;
	text-transform : uppercase;
	font-size : x-small;
	}
TABLE#progr {
	width: 90%;
	text-justify : auto;
	text-align : justify;
}
