.link-paragraph {
	width: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	padding: 2px;
}

h1 {
	font-size: x-large;
	font-style: normal;
	font-weight: bold;
	color: #CC0000;
	border-top: thin none #000000;
	border-right: thin solid #000000;
	border-bottom: thin solid #000000;
	border-left: thin none #000000;
	padding-left: 10px;
}

h2 {
	font-size: large;
	color: #990000;
}

a { 
  font-weight: bold; 
}

a:link, a:visited {
  text-decoration: none; 
}

a:hover, a:active { 
  text-decoration: underline; 
}

.content {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	padding: 10px 0px 0px 10px;
}

h3 {
	font-size: medium;
	color: #666666;
	font-style: italic;
}

.leader {
	color: #990000;
	font-style: italic;
	font-weight: bold;
}
