/* tompeters.com CSS Document */
/* comments.css */

p { 
	font-family: verdana, sans-serif; 
	margin: 0px 0px 0px 0px; 
	padding: 10px 0px 0px 0px; 
} 
a { 
}

a:visited { 
	color: #8A6868; 
	text-decoration: none; 
	font-weight: bold;
}

a:active { 
	color: #8A6868; 
	text-decoration: none; 
	font-weight: bold;
}

a:hover { 
	color: #8A6868; 
	text-decoration: none; 
	font-weight: bold;
}

a:link { 
	color: #B30000; 
	text-decoration: none; 
	font-weight: bold; 
}

h2 { 
	margin: 0px 0px 6px 0px; 
	font-family: times, times-roman, georgia, serif; 
	font-size: 28px; 
	line-height: 28px; 
	line-spacing: -1px; 
}

.header { 
	height: 125px; 
	width: 826px; 
	background-color: #ffffff; 
}

.title { 
	position: absolute; 
	width:350px; 
	left:220px; 
	top:87px; 
	text-align:left; 
	color:#AB0101; 
	font-family: verdana, sans-serif; 
	font-size: 0px; 
	font-weight: bold; 
	line-height: 14px; 
	text-transform: uppercase; 
	letter-spacing: 1px; 
	width: 0px; 
	height: 0px; 
	left: 0px; 
	top: 0px;
}

.content { 
	position: relative;
	background-color: #ffffff;
	padding-left: 10px; 
	font-size: 12px; 
	font-family: verdana, sans-serif; 
}

.posted { 
	font-family: verdana, sans-serif; 
	font-size: 10px; 
	color: #222; 
}

.line { 
	border-top: 1px dotted #999999; 
	padding-top: 10px; 
	padding-bottom: 10px; 
	margin-top: 10px;
}

