


body { background-color: #343434;
       font-family: Verdana, Arial, sans-serif;
} 
#wrapper {  background-color: #d1bea8;
			background-image: linear-gradient(to bottom, #FFFFFF, #d1bea8);
			background-repeat: no-repeat;
}
header { background-color: #101010;
		 color:#FFFFFF;
         text-align: center;
        background-image: url(cozy_images/latin-tarot.jpg);
	   background-position: right;
	   background-repeat: no-repeat;
	   line-height: 500%;
}
header a {text-decoration: none; }
header a:link { color: #FFF; }
header a:visited { color: #FFF; }
header a:hover {color: #db990a; } 

nav { text-align: center;
		font-weight: bold;
		margin-top: 0;
        font-size: 110%;
}
nav ul { list-style-type: none; 
       padding-left: 0;
	   margin: 0;
        font-size: 1.2em;
	 }
nav li {border-bottom: 1px solid #330000;}
nav a { text-decoration: none; }
nav a:link { color: #592720; }
nav a:visited{ color: #330000; }
nav a:hover { color: #ff8000; }
.marginauto { margin: 10px auto 20px;
              display: block; }
h1	{	margin-bottom: 0;
		margin-top: 0;
		font-family: Georgia, "Times New Roman", serif;	
        padding-top: 0.5em;
		padding-bottom: 0.5em;
        letter-spacing: 0.20em; 
}
h2 {	color: #805030;
        font-family: Georgia, "Times New Roman", serif;
	    text-shadow: 1px 1px 1px #CCCCCC; }
h3 {	color: #805030;
        font-family: Georgia, "Times New Roman", serif; }
 .position { font-style: normal; 
            font-weight: bold; 
            text-align: center; }
 .meaning {  color: #330000; 
            font-style: normal;
            font-weight: 300; 
            font-size: 90%;}
main {
          padding: 1px 15px 15px 15px;
		  display: block;
		  background-color: #dlbea8;
		  padding-left: 15px;
		  overflow: auto;
}
main a { text-decoration: none; }
main a:link { color: #ff7a00; }
main a:visited{ color: #ff7a00; }
main a:hover { color: #ff8000; }
section a { text-decoration: none; }
footer {	font-size: 75%;
			font-style: italic;
			text-align: center;
			font-family: Georgia, "Times New Roman", serif;
            padding: 2em;}	
footer a {text-decoration: none; margin-right: 15px;  }
footer a:link {color: #333; }
footer a:visited{color: #333; }
footer a:hover {color: #ff5900;}

table {   
	border: 2px solid #330000;
	border-collapse: collapse;
}
td, th {
	padding: 0.5em;
	border: 2px solid #333;
}
td {
	text-align: center;
}
.text { text-align: left; }
tr:nth-of-type(odd) { background-color: #d1bea8; } 

form {display: flex; flex-flow: column nowrap;}
input, textarea { margin-bottom: .5em;}


			