/*  dnmain.css   Style sheet for FWRA standard pages. Donald O. Nelson 9/2/2020  */

* {
	margin: o;
	padding: 0;
}
    body {
      	background-color:#EEEEFF;
 }

.right {
	float: left;
	width: 100%;
}

h1 {
      	text-shadow: 2px 2px 3px #999;
}

a:link, a:visited {
	text-decoration: none;
	color: black;
     padding: 10px 0px 10px 10px;
	display: block;	
	text-align: left;
}

a:hover {
	text-decoration: none;
	color: white;
                background-color: #555;
	padding: 10px 0px 10px 10px;
}

ul {
    	list-style-type: none;
    	text-align: left;
}

li {
	display: block;
	width: 155px;
	text-align: left;
}

a.external:link, a.external:visited {
	color: blue; 
	text-decoration: underline;
	text-align: center;
	display: inline;
}

a.external:hover{
	color: orange;
	text-decoration: underline;
	text-align: center;
	background: white;
	padding-top: 1px;
	
}

article {
     	clear: both;
     	background: #FFF;
     	text-align: justify;
     	margin-top: 20px;
     	margin-right: 25px;
     	margin-left: 200px;
     	padding: 20px;
 	box-shadow: 3px 3px 8px #888;
}

.tm-content2 {
     	clear: both;
     	background: #FFF;
     	margin-top: 20px;
     	margin-bottom: 20px;
     	padding: 20px;
     	box-shadow: 3px 3px 8px #888;
     	max-width: 80%;
    	margin: auto;
     
}

button {
 	border: 10px;
	background-color: #999;
                text-align: center;
	display: inline-block;
	padding: 20px;
	margin: 10px;
	border-radius: 5px;
	box-shadow: 3px 3px 8px #444
}

button:hover {
	background-color: #333;
	color: #fff;
}

footer {
    	clear: both;
    	text-align: center;
    	padding: 30px;
}

nav {
     	width: 180px;
     	background: white;
    	box-shadow: 3px 3px 8px #888;
     	text-decoration: none;
     	float: left;
     	margin-left: -100%;
}

img {
	max-width: 100%;
}

