﻿/* 
	Added By Gareth
	+ font-family's containing whitespace must be between quotes 
	+ good idea to specify a generic font as well just in case
	+ Causes a warning in validator if these values are not provided
*/
html,body
{
	color: #330033;
	background-color:#cec6ad;
	margin:1px 1px 1px 1px;
}

body,p 
{
	font-family:'Times New Roman',sans-serif;
	font-size: 12pt;
}

p {margin-top: 0px; margin-bottom: 3px; line-height: 17px;}

.StartCap {font-size: 18pt; line-height: 17px; margin-top: 0px;}

h1 {font-family:'Times New Roman',sans-serif;font-size:18px;font-weight:bold; margin-bottom:0px;}
h2 {font-family:'Times New Roman',sans-serif;font-size:14px;}
h3 {font-family:'Times New Roman',sans-serif;font-size:12px;color: gray; }

h3 {font-family:arial;font-size:14px;color:#888888;font-style:italic;}
h4 {font-family:'Times New Roman',sans-serif;font-size:12px; margin-top: 2px; margin-bottom: 4px;}

.ShopNav {color: Black; text-decoration:none;}
.ShopNav:Hover {text-decoration:underline;}
.ShopText {font-size: 10pt; margin-top: 10px;}

A {color: black;}
A:Hover {color: #993300;}
A:visted {color: black;}

.OtherProductTitle
{
	text-align:center;
}
	
p.contact-text
{
    font-size: 70%;
    margin-top: 5px;
    border-top: solid 1px black;
}

p.football-monthly-size
{
    font-size: 80%;
    
}