.main {
float: left;
width: 70%
}

.sidebar {
float: right;
width: 25%
}

.footer {
clear: both;
}

.right {
text-align: right;
}

.date {
	color: #666666;
}

.lh {
line-height: 1.5em
}

.comment {
	border: 1px dotted #0000FF;
	padding: 5px;
	margin-right: 5%;
	margin-left: 5%;
	margin-bottom: 10px;
}

.commentname {
	font-weight: bold;
}

body {
	background-color: #FFFFFF;
	margin-top: 2%;
	margin-right: 4%;
	margin-bottom: 2%;
	margin-left: 4%;
}

.background {
	background-color: #BFDFFF;
	padding: 1%;
}

a:link {
	text-decoration: none;
	color: #0099FF;
}

a:visited {
	text-decoration: none;
	color: #000099;
}

a:hover {
	text-decoration: underline;
	color: #CC0099;
}

a:active {
	text-decoration: none;
}

a img {
	border: none;
} 

h1 {
	border-bottom-width: 2px;
	border-left-width: 6px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #330099;
	border-left-color: #3300FF;
	padding: 5px;
}

h2 {
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #3300FF;
	border-left-color: #330099;
	padding: 5px;
}

h3 {
	border-bottom-width: 1px;
	border-left-width: 3px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #FFFFFF;
	border-left-color: #CCCCCC;
	padding: 3px;
}
