body { }

h1 {  font-family: Georgia, "Times New Roman", Times, serif; font-size: 28px; color: #CCCCCC; font-weight: normal; margin-top: 12px; margin-right: 0px; margin-bottom: 12px; margin-left: 0px}
.contentparagraph {  font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #8C8684; margin-top: 12px; margin-right: 0px; margin-bottom: 12px; margin-left: 0px; text-align: justify; line-height: 20px}
b {  color: #848A7B}
a:link {  color: #}
a:visited {  color: #}
a:hover {
	color: #;
	text-decoration: none;
}
a:active {  color: #}
.heading {  font-family: Georgia, "Times New Roman", Times, serif; font-size: 28px; color: #CCCCCC}
.mainmenu1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #00FFCC;
	background-color: #000000;
	border: double #CCCCCC;
}
.mainmenu{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #00FFCC;
	background-color: #00000000;
	border: double #CCCCCC;
}

/* Basic Button */
.tv-button {
  /* @apply .inline-flex .px-6 .py-3 .border; */
  display: inline-flex; /* so we can use order, vertical centering, etc */
  padding-top: 0.75rem;
  padding-right: 1.5rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  border-width: 1px;
  background-color: inherit; /* ? to override browser button styles - do we want this? */
}

.tv-button:hover {
  /* @apply .no-underline .shadow-md; */
  text-decoration: none;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.tv-button--block {
  display: block;
  width: 100%;
  text-align: center;
}
.sidebar {  font-family: "Comic Sans MS", Arial, sans-serif; font-size: 12px; color: #666666}
.lines {
	border-bottom-width: medium;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: double;
	border-bottom-color: #663333;
	font-size: 18px;
	color: #333333;
	background:#FFCC00;
}
.titrehead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	color: #333333;
}

section{
	width: 900px;
	height: 900px;
	text-align: left;
}

section h2{
	color: #666;
	font-size: 4em;
	margin-bottom: 20px;
}

section p{
	color: #666;
	font-size: 1.2em;
}

