html, body {
	position: relative;
	text-align: center;
}



#wrapper { margin-top: 40px; border: 1px solid #ffffff; } 

#sidebar { width: 190px; }
.highliter {
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	font-style: normal;
	font-variant: normal;
	text-transform: uppercase;
	color: #000;
	background-color: #FF0;
	font-weight: bolder;
}
Highlited Link {
	font-size: 12px;
	font-style: italic;
	line-height: normal;
	font-weight: bolder;
	font-variant: small-caps;
	text-transform: uppercase;
	color: #00F;
	text-decoration: underline;
}
