/* Enter Your Custom CSS Here */
/* this code removes bullets from the main menu */
.menu-main-navigation-container  ul li {
    list-style: none;
}
/* end bullet removal code */



/*below is everything in bookdust joomla site public_html/styles/main.css */

.contact {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
.tableindent {
	padding-left: 20px;
}


/* CSS Document */
/* below added for caption to photo on about page*/
h6 {
    display: block;
    font-size: 0.67em;
    margin-block-start: 2.33em;
    margin-block-end: 2.33em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

/* h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18pt;
	color: #CC99CC;
	font-weight: bold;
} */
h3 {
    font-family: "Courier New", Courier, monospace;
    font-size: 20px;
	color: #FFFFFF;
	font-weight: bold;
}


.author_heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-style: italic;
	color: #DDDDDD;
	font-weight: bold;
}
h2 {
	font-size: 20px;
	color: #FFFFFF;
	font-weight: bold;
	font-family: "Courier New", Courier, monospace;
}
.live {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #66FFFF;
	font-style: italic;
	font-weight: bold;
}
body {
	background-color: #000000;
	color: #FFFFFF;
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	margin: 20px;
}
th, td {
	text-align: left;
	vertical-align: top;
}

.linkboarder {
	border: thin outset #999999;
}


a:link {
	color: #99CCCC;
	text-decoration: none;
	font-size: 14px;
}
a:visited {
	color: #CC66CC;
	text-decoration: none;
}
a:hover {
	color: #AAAAAA;
	text-decoration: underline;
}
a:active {
	color: #EEEEEE;
	text-decoration: none;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
}
table {
	padding: 0px;
}
.cellpad20 {
	padding-left: 10px;
}
.cellpad5 {
	padding-left: 5px;
}
.showtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.alignright {
	text-align: right;
}
.middlebottom {
	text-align: center;
	vertical-align: bottom;
}
