﻿/* 

Club-Application-Print-Page.css				12-19-08

STYLE SHEET FOR [Silver Strikers WEB SITE - Club Application Print Page]
Created by [Jim Quinn]
[URL OF AUTHOR]

ToC

	1. defaults
	2. structure
	3. links and navigation
	4. fonts
	5. images

Notes:  Print css for club coin order form.

*/



/* --------- 1. defaults  --------- */

/*
* {
		margin: 0;
		padding: 0;
		}
		
*/

h2 {
		margin-top: 20pt;
		margin-bottom: 60pt;
		text-align: center;
		font-style: normal;
		font-variant: normal;
		font-weight: bolder;
		font-size: 24pt;
		}



		
/*  --------- 2. structure  --------- */
/*
#wrapper {
		width: 860px;
		margin: 0 auto;
		margin-bottom: -20px;
		}
*/		

