﻿/*

Common.css    (8-23-10)

STYLE SHEET FOR [Silver Strikers Web Site]
Created by [Jim Quinn]
[URL OF AUTHOR]


Notes:  Provides css changes required for following:
	/Web/Common/Image-Display.php
	/Web/Index/Silver-Strike-Center-Info-10.php  04/09/2011
*/

#content {
	width: 90em;
	border-left: none;
	float: none;
	padding: 0em;
	text-align: center;
}

.sectionSpacing {
  margin-bottom: 3.0em;
}	

h1 {
  text-align: center;
  color: blue;
  font-style: oblique;
  font-size: 3.0em;
  margin-bottom: -0.5em;
}

h2 {
  color: gray;
  margin-bottom: 1.5em;
}

h3 {
  font-size: 2.0em;
}

p {
  font-size: 1.5em;
  font-family: Arial, Helvetica, sans-serif;}
}