/*

	File:              style.css
	Description:       Style sheet
	Site:              FegliB.com
	Author:            Steven Dahlman, DCMSoft LLC
	Start date:        11-16-25
	Last modification: 11-23-25

	Light color: #fed217
	Dark color:  #fbb633

*/

/* -------------------------------------------------------------------------------- */
/* BODY                                                                             */
/* -------------------------------------------------------------------------------- */

body {
 background-color: #ffffff;
 margin: 0 0 0 0;
}

/* -------------------------------------------------------------------------------- */
/* BUTTONS                                                                          */
/* -------------------------------------------------------------------------------- */

/* Main menu */
.main_menu_button {
 background-color: #fed217;
 border: 2px outset #000000;
 border-radius: 16px;
 color: #000000;
 font-family: Helvetica;
 font-size: 14pt;
 padding: 8px;
 width: 200px;
}

/* -------------------------------------------------------------------------------- */
/* TEXT                                                                             */
/* -------------------------------------------------------------------------------- */

.default_text {
 color: #000000;
 font-family: Helvetica, Arial, sans-serif;
 font-size: 12pt;
 text-align: center;
}