@charset "utf-8";
/* CSS Document */

.LinkBox {
	text-decoration: none;
	font-weight: bold;
	font-family: tahoma, helvetica, arial, sans-serif;
	font-size: 12px;
}

.PerlCode {
	font-family: "Courier New", Courier, monospace;
	color: #00C;
	font-size: small;
}

.PerlCodeHighLights {
	font-family: "Courier New", Courier, monospace;
	color: #F30;
	font-size: small;
}

.PerlCodeHighLightsAlt {
	font-family: "Courier New", Courier, monospace;
	color: #C0C;
	font-size: small;
}

.PerlCodeComments {
	font-family: "Courier New", Courier, monospace;
	color:#900;
	font-size: small;
}

table.iLinks {
	width: 100%;
}

table.iLinks th {
	text-align: left;
	font-size: large;
	padding: 5px 5px 5px 5px;
}

table.iLinks td {
	font-size: medium;
	padding: 5px 5px 5px 5px;
}