﻿.entry p {
	font-size:larger;
	font-weight:bold;
}


.postmetadata a:link {
	text-decoration: none;
	color: #aaa;
	border-bottom: 1px dotted #aaa;
}

.postmetadata a:visited {
	text-decoration: none;
	color: #aaa;
	border-bottom: 1px dotted #aaa;
}

.postmetadata a:hover {
	text-decoration: none;
	color: #f5f5f5;
	border-bottom: 1px dotted #f5f5f5;
}

.postmetadata a:active {
	text-decoration: none;
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
}


.commentlist {
	text-align:left;
}

.commentlist a:link {
	text-decoration: none;
	color: #aaa;
	border-bottom: 1px dotted #aaa;
}

.commentlist a:visited {
	text-decoration: none;
	color: #aaa;
	border-bottom: 1px dotted #aaa;
}

.commentlist a:hover {
	text-decoration: none;
	color: #f5f5f5;
	border-bottom: 1px dotted #f5f5f5;
}

.commentlist a:active {
	text-decoration: none;
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
}

p a:link {
	text-decoration: none;
	color: #aaa;
	border-bottom: 1px dotted #aaa;
}

p a:visited {
	text-decoration: none;
	color: #aaa;
	border-bottom: 1px dotted #aaa;
}

p a:hover {
	text-decoration: none;
	color: #f5f5f5;
	border-bottom: 1px dotted #f5f5f5;
}

p a:active {
	text-decoration: none;
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
}

form p {
	text-align:left;
	margin-left:50px;
}


