/* an attempt to make 8 1/2" X 11" pages come out the same on different browsers */

.BigTitle 
	{
	font-weight: bold;
	font-family: Times; 
	font-size: .30in;  
	line-height: .32in
	}

.TeenyTitle 
	{
	font-family: Times; 
	font-size: .10in;  
	line-height: .108in;
	}

.Headline
	{
	font-family: Times; 
	font-size: .19in;
	font-weight: bold;
	line-height: .20in;
	text-align: center;
	}

.TheText
	{
	font-family: Times; 
	font-size: .16in;
	line-height: .168in;
	}

.BolderText
	{
	font-weight: bold;
	font-family: Times; 
	font-size: .16in;
	line-height: .168in;
	}

.SmallerText
	{
	font-family: Times; 
	font-size: .15in;
	line-height: .157in;
	}

.BigText
	{
	font-family: Times; 
	font-size: .19in;
	font-weight: bold;
	line-height: .20in;
	}

.WholeThing
	{
	color: black;
	background: white;
	font-family: Times; 
	font-size: .16in;
	line-height: .168in;
	}


