.sm {
	font: small-caps bold 10px Verdana;
}

/* @group Body */


.headr {
	text-align:left;
	color:#BBBBBB;
	font-family:Verdana;
	font-size:50px;
	position: fixed;
	left: 100px;
	z-index: 1;
	list-style-position: inside;
	float: left;
	clear: both;
	right: 200px;
}
body {
	max-width: 800px;
	text-align:left;
	color:#BDBDBD;
	font-family:Verdana;
	font-size:12px;
	position: relative;
	top: 150px;
	left: 45px;
	right: 30px;
	list-style-position: inside;
	background: #444444 url(Perl_Files.png) no-repeat fixed 500px 45px}

hilite {
	font: small-caps bold 15px "Courier New";
	color:#F2F2F2;
	font-weight:inherit;
}

a:link {
	font-weight: 400;
	text-decoration: none;
	color: #FFFFFF;
	background-color: inherit;
	font-variant: normal;
}
a:visited {
	font-weight: 400;
	font-variant: normal;
	text-decoration: none;
	color: blueviolet;
	background: inherit;
}
a:hover{
	font-weight: 100;
	color: black;
	background: white;
	font-variant: small-caps;
	text-decoration: underline;
	font-size:large;
}
a:active {
	color: inherit;
	background: inherit;
	font-weight: 900;
	text-decoration: none;
	font-variant: normal;
}

span {
	text-transform: lowercase;
	color: #fa000f;
	text-align: center;
	font-size: x-large;
	width: 800px;
	background: #ffffff no-repeat;
	border: 1px dotted #fa0014;
}



/* @end */



