﻿h1, h2, h3, h4, h5, h6, p
{
    padding-left: 0px;
}

p
/* for generic text */
{
    font-family: times;
    font-size: 12pt;
    line-height: 1.5em;
    color: black;
}

h1
/* for site header text replacement */
{
	font-size: 38pt;
	color: #000000;
	font-family: Garamond;
	padding-top: 10px;
	visibility: hidden;
	
}

#header h1 span {
	display: none;
	}



h2
/* for Red Sox Championship Text Only */
{
   
    font-size: 22pt;
    color: black;
    font-family: garamond;
    font-style: normal;
    padding-top: 0px;
	padding-bottom: 20px;
    padding-left: 0px;
}

h3
/* for Section Titles */
{
    font-size: 18pt;
    color: brown;
    padding-top: 0px;
    margin-top: 0px;
    margin-bottom: 2px;
    font-family: arial;
    font-style: normal;
    font-weight: bold;
    padding-bottom: 5px; 
}


h3.data
{
font-size: 16pt;
}



h4
/* for footer text */
{
    font-size: 8pt;
    color: black;
    padding-top: 8px;
    padding-left: 5px;
    margin-top: 0px;
    margin-bottom: 2px;
    font-family: arial;
    font-style: normal;
    font-weight: normal;
    text-align: left;
}


h5
{
    font-family: arial;
    font-size: 14pt;
    line-height: 1.5em;
    color: black;
    font-style: bold;
}
*/

/*
h6
{
    font-size: 8pt;
    font-family: Verdana;
    font-style: normal;
}
*/









