/* Belfast Softball Club style sheet */

/* Background colors */

#main 				{background: #FFFFFF url('../frame/main-bg.jpg') no-repeat center bottom; }
#left_frame 		{background: #006634 url('../frame/body-left.jpg') 	no-repeat left top; }
#right_frame		{background: #006634 url('../frame/body-right.jpg') no-repeat right top; }
#top_frame	 		{background: #006634 url('../frame/body-top.jpg') 	no-repeat center top; }


/* Normal text colors */ 
body 		{color: #OOOOOO; text-decoration: none; font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: normal} 

a:link 		{color: #c1012e; text-decoration: underline} 
a:visited 	{color: #c1012e; text-decoration: underline} 
a:hover 	{color: #006633; text-decoration: underline} 

/* Normal text colors for table */ 
/* Used for the titles of pages */ 
.head 		{color: #c1012e; text-decoration: none; font-size: 20pt; font-weight: bold} 
.foot		{text-decoration: none; font-size: 8pt; font-style:italic; color:#FFFFFF}

/* Used for main menu items */
/* Color 1 */ 
.menu 			{color: #c1012e; text-decoration: none; font-size: 12pt; font-weight: bold}
a:link.menu		{color: #c1012e; text-decoration: none;} 
a:visited.menu 	{color: #c1012e; text-decoration: none;} 
a:hover.menu	{color: #006633; text-decoration: none;} 
a:active.menu	{color: #c1012e; text-decoration: none;}

.main-news p {color:#ffffff; font-size: 120%; text-align:left}
