a{
	background-color: transparent;
	color: White;
	font-weight: bold;
	text-decoration: overline underline;
}

a:visited {
	background-color: transparent;
	color: #7F235D;
	font-weight: bold;
	text-decoration: overline;
}

a:hover {
	color: Black;
	font-weight: bold;
	text-decoration: underline;
}

a:active {
	background-color: transparent;
	color: #3D4B19;
	font-weight: bold;
	text-decoration: none;
}

body {
	background-image: url(images/dogwood_wp2.jpg);
	background-attachment: fixed;
	background-color: #7F235D;
	background-repeat: no-repeat;
	background-position: center; 
	color: White;
	font-family: "Courier New", Courier, monospace;
	font-size: 12pt;
scrollbar-face-color: #D971B1;
scrollbar-highlight-color: #7F235D;
scrollbar-3dlight-color: #EFC3DF;
scrollbar-shadow-color: #7F235D;
scrollbar-darkshadow-color: #EFC3DF;
scrollbar-arrow-color: #7F235D;
scrollbar-track-color: #3F6B31;
	text-align: center;
	cursor: auto;
	border: 5px solid #A8D29B;
	scrollbar-base-color: #D971B1;
}

h1 {
	background-color: transparent;
	font-size: xx-large;
	text-align: center;
}

h2 {
	background-color: transparent;
	font-size: x-large;
	text-align: center;
}

h3 {
	font-size: large;
	text-align: center;
}

h4 {
	font-size: 16pt;
	font-style: italic;
	text-align: center;
}

h5 {
	background-color: transparent;
	font-size: 16pt;
	font-weight: bold;
	text-align: center;
}
h6 {
	background-color: transparent;
	font-size: small;
	font-weight: bold;
	font-variant: small-caps;
	text-align: center;
}
hr{
   color: #26377D;
	text-align: center;
	background-color: transparent;
	height: 5px;
	width: 50%;
	border: double;
}

li {
	text-align: left;
	text-decoration: none;
}

ul {
	list-style-type: none;
	text-align: left;
	text-decoration: none;
	
}

ol {
	text-align: left;
	list-style-type: none;
	text-decoration: none;
}

p {
	text-align: left;
	text-decoration: none;
}
table {
	text-align: center;
	border: 2px solid #26377D;
	vertical-align: middle;
	padding: 1%;
	background-image: url(images/dogwood_wp2-twilight.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;	
	background-position: center;
	color: #EFC3DF;
	
}
thead, tbody, td, tr  {
	text-align: center;
	background: transparent;
	border: 2px solid #26377D;
	padding: 2%;
	vertical-align: middle;
}