BODY		{ background-attachment: fixed;
		      color: #fffbec;
		      background-color: #000000 }

A:link		{ color: #D3BE70;
			  text-decoration: none }
A:visited	{ color: #C0C0C0;
			  text-decoration: none }
A:active	{ color: #fffbec; 
			  text-decoration: none }
A:hover		{ color: #fffbec;
			  text-decoration: none }

A.menu:link		{ color: #D3BE75;
				  text-decoration:none }
A.menu:visited	{ color: #D3BE75;
				  text-decoration:none }
A.menu:active	{ color: #fffbec; 
				  text-decoration: none }
A.menu:hover	{ color: #fffbec;
				  text-decoration: none }

A.main:link		{ color: #490909;
				  text-decoration:none }
A.main:visited	{ color: #490909;
				  text-decoration:none }
A.main:active	{ color: #fffbec; 
				  text-decoration: none }
A.main:hover	{ color: #fffbec;
				  text-decoration: none }

.main		{ color: #000000;
			  font-weight: bold }

.title		{ text-transform: capitalize;
			  font-variant: small-caps;
			  text-align: center;
			  color: #D3BE75;
			  font-size: 30px;
			  font-weight: bold }

.crypttitle	{ text-transform: uppercase;
			  font-weight: bold;
			  text-align: left;
			  color: #000000;
			  font-size: large }

.minortitle	{ color: #D3BE75;
			  font-size: 25px }

.quote		{ margin-left: 30%;
			  margin-right: 30%;
			  font-size: x-small;
			  color: #C0C0C0 }

.author		{ color: #C0C0C0;
			  font-size: x-small;
			  text-align: right;
			  font-weight: bold }

.cryptauthor { color: #000000;
			  font-size: x-small;
			  text-align: right;
			  font-weight: bold }

.byline		{ color: #fffbec;
			  font-size: 13px }

.AllAuthor	{ color: #C0C0C0;
			  font-size: 13px }

.EdAuthor	{ color: #D3BE75;
			  font-size: 13px }

.pfquote	{ margin-left: 40% }

.indent		{ text-indent: 30px }

.blackfont	{ color: #000000 }