body	{margin-left:5%; 
		margin-right:5%;
		background-color:#660000;
		color:#FFFFdd;
		background-image: url(?);
		}

a:link {text-decoration: underline; color: #FF0000;}
a:visited {text-decoration: underline; color: #6600cc;}
a:hover {text-decoration: none; color: #009900;}
a:active {text-decoration: underline; color: #FF6633;}

a.nav:link {text-decoration: underline; color: #FFff33;}
a.nav:visited {text-decoration: underline; color: #FF9933;}
a.nav:hover {text-decoration: none; color: #00ff00;}
a.nav:active {text-decoration: underline; color: #FF0000;}


p {text-indent: 3em;}


blockquote	{margin-left 20%;
					margin-right: 15%;
					}

h1, h2	{text-align: center;
				font-family:fantasy;
			}

hr {color: #ff9933;}

table {border=0;
		 align="center";
		width=xx%;
		bgcolor:#FFFFdd;
		color:#660000;
		cellpadding:10;
		}
		
td {cellpadding:10;}

#counter{font: normal lighter 70% sans-serif;
				color: gray;
				text-align: right;
				margin: 0;
				padding: 0;
			}

#counter a:link {text-decoration:underline; color:#666; font-weight: normal;}
#counter a:visited {text-decoration:underline; color:#333; font-weight: normal;}
#counter a:hover {text-decoration:none; color:#666; font-weight: normal; background-color: #aca;}
