/* Global */

a:link {	color: #660000;
					text-decoration: none }

a:visited {	color: #880000;
						text-decoration: none }

a:hover	{	text-decoration: underline }

a:active {	color: red;
						text-decoration: none }

body {	background: #EFDBA8 url(../images/clips/oldpaper.gif);
				color: black;
				font: large serif }

h1	{	font-size: 50px;
			font-weight: bold;
			font-style: italic;
			text-align: center;
			margin: 0 }

h2	{	font-size: x-large;
			font-weight: normal;
			text-align: center;
			margin: 0 }

h3	{	font-size: x-large;
			font-weight: bold;
			margin: 0 }

h4	{	font-size: small;
			font-weight: normal;
			text-align: center;
			margin: 0 }

div.counter	{ text-align: center;
							margin-top: 10px;
							margin-bottom: 0;
							margin-left: auto;
							margin-right: auto }

div.buttons	{	text-align: center;
							margin-top: 30px;
							margin-bottom: 25px;
							font-size: 14px;
							font-weight: bold;
							font-variant: small-caps }

span.button	{ border: 3px solid;
							border-color: #AAA #555 #555 #AAA;
							padding: 5px;
							margin: 5px; }

img.head	{ display: block;
						margin-left: auto;
						margin-right: auto;
						margin-top: 15px;
						margin-bottom: 40px }

img.appreciate	{	display: block;
									margin-left: auto;
									margin-right: auto;
									margin-top: 30px;
									margin-bottom: 10px;
									border: 0 }

img.rule	{	display: block;
						margin-left: auto;
						margin-right: auto;
						margin-top: 25px;
						margin-bottom: 40px }

img.footer	{	margin-top: auto;
							margin-bottom: -20px }

sup { vertical-align: top;
			font-size: 50% }

address	{	font-size: large;
				font-weight: normal;
				text-align: center;
				font-style: normal;
				margin: 0 }



