﻿/* balboos.css - For Location In http://www.mastermason.com/Freeport302/CSS/		*/
/* Started:  June 16 2010																Comp. Steve Miller			*/
	
/* SITE-WIDE STYLES */
body {  				background-color: #ffcc99;
								font-family:	"Times New Roman", Times, serif;
								font-weight:  bold;
}

table.one {			border:				outset maroon 3.0pt;
								padding:			0 0 0 0;
					}			

table.one th {	border:				inset maroon 1.0pt;
  							padding:			0 0 0 0;
							}

table.one td {	border:				solid maroon 1.0pt;
								padding:			6px 6px 6px 6px;
						}

	.poem {				font-family:	Arial, Helvetica, sans-serif;
								color: 				black; 
								font-style:		italic;
								text-align:		center;
					}
	.poem1 {			font-family:	"Times New Roman", Times, serif;
								color: 				black; 
								font-style:		italic;
								text-align:		center;
								font-weight:	bold;
					}
	.cntr 	{ 		text-align:		center; }
	.right 	{ 		text-align:		right; }
	.left 	{ 		text-align:		left; 
								margin-left:	5%;
					}
	.just 	{ 		text-align:		justify; }
