body {
    color: #D8D8D8;
    background-color: #000000;
    text-align: center;
    padding-top:5px;
/*change the font for the website here*/
	font-family: calibri, georgia, tahoma;
}

/*links*/
a {
    color: #606060;
    text-decoration: underline;
}

/*links when mouse over*/
a:hover {
    color: #FF6633;
    text-decoration: underline;
}

/*poems or right side content*/
.poem {
    	color: #A0A0A0;
	text-align:left;
}

/*the borders around pictures*/
.frame {
	border-style:ridge;
	border-width:3px;
	border-color:#606060;
}

h1 {
	color: #F8F8F8;
    	text-align: center;
}

h2 {
	color: #F8F8F8;
		text-align: center;
}

h3 {
	color: #F8F8F8;
	font-size: 14pt;
}

.plain {
	text-decoration:none;
}

span.title {
	font-size: 160%;
	font-weight: bold;
	padding-bottom: 0em;
	padding-top: .6em;
	margin-bottom: 0em;
	margin-top: 0em;
}

/*this is the paragraph details*/
p {
    font-weight: normal;
    text-align:left;
}

.style3 {
    //color: #FF6633;
    font-weight: bolder;
}

.nav-link {
	text-decoration: none;
    padding: .3rem 0rem;
	}	
		
.nav-link:hover {
	background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,1) 60%, rgba(142,142,142,1) 94%);
	}	
