div.entry {
	border: medium solid #ccffdd;
	padding: 5pt;
}
a img {
	border: medium double #aaaaff;
}
img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#sidebar {
	background: url("http://javaregex.com/bg.jpg");
	width: 10%;
	font-size: 10pt;
	vertical-align: top;
}
h2.description {
	font-size: 20pt;
	font-face: bold;
	line-height: 10%;
}
h2 {
	font-size: 12pt;
	color: #333399;
	padding: 5pt;
	line-height: 10%;
	text-align: center;
}
h1 {
	font-size: 20pt;
	color: #333399;
	padding: 5pt;
	line-height: 30%;
	text-align: center;
}
#header {
	text-align: center;
	height: 10px;
	border-bottom: 4px solid #EEEEFF;
}
#content {
	margin-left: 5px;
	vertical-align: top;
}
#logo {
	width: 10%;
	vertical-align: top;
	background: url("http://javaregex.com/bg.jpg");
	font-size: 10pt;
}
#footer {
	text-align: center;
	height: 10px;
}
ul, li {
	list-style: circle outside;
	margin-left: 5pt;
	padding: 0pt;
}
a:link {
	text-decoration: none;
	color: #333399;
}
a:visited {
	text-decoration: none;
	color: #333399;
}
a:active {
	text-decoration: none;
	color: #3333AA;
}
a:hover {
	text-decoration: none;
	color: #333399;
}
ol {
	line-style-type: decimal;
}
p {
	text-indent: 15pt;
	margin: 2pt;
}
p.quote {
	font-size: 10pt;
	margin-left: 50px;
	margin-right: 50px;
}
