/*  style sheet for cellofpeace.com       */
/*                                        */
a:link {color: #0000FF ; text-decoration: none} /* blue */
a:visited {color: #666699; text-decoration: none ; font-style: italic} /* blue gray */
a:hover {color: #B22222 ; text-decoration: underline} /* brick red */
a:active {color: #00CC66 ; text-decoration: underline} /* lime green */
	/* active class applies between time user presses mouse button and releases it. */
/*                                        */

h1				{margin: 10px}
h2				{margin: 10px}
h3				{margin: 10px}
h4				{margin: 10px}
h2.blue		{ font-family: Arial; text-align: Center; color: #4682B4 }
h3.purple		{ font-family: Arial; color: purple }

/* p, default paragraph style. p1, original paragraph style             */
p				{color: Darkslategray; margin-left: 5px; margin-right: 5px}
.p1				{color: Black; margin-left: 1px; margin-right: 1px}

.m10			{margin: 10px; text-align: Justify;}
.m10teal		{margin: 10px; text-align: Justify; color: #008080}
.m2				{margin: 2px 5px; text-align: Justify;}
.m2s			{margin: 2px 5px; text-align: Justify; font-family: Arial; font-size: 85%}

/*                                        */
.cellbottom	{ border-bottom: 2 solid #4682B4 }
.celltop		{ border-top: 2 solid #4682B4 }
.teal-j		{ font-family: Arial; text-align: Justify; color: #008080 }
.teal-c		{ font-family: Arial; text-align: center; color: #008080 }
.small			{ font-family: Arial; font-size: 85%}
.red			{color: Firebrick; }

/* 't', table text    'b', bold    'in', indent by 20 px, 'p', large top/bot margin */

.t10			{ font-family: Arial; font-size: 85%; margin: 2px 5px }
.t10p			{ font-family: Arial; font-size: 85%; margin: 10px 5px }
.t10in			{ font-family: Arial; font-size: 85%; margin: 2px 20px }
.t10b			{ font-family: Arial; font-size: 85%; margin: 2px 5px; font-weight: bold }
.t10bp			{ font-family: Arial; font-size: 85%; margin: 10px 5px; font-weight: bold }
.t12			{ font-family: Arial; font-size: 100%; margin: 2px 5px }
.t12b			{ font-family: Arial; font-size: 100%; margin: 2px 5px; font-weight: bold }
.t08			{ font-family: Arial; font-size: 70%; margin: 2px 5px }

.m				{ margin: 10px 5px }  /* top and bottom margins 10px,
                                       left and right margins 5px */