/*Christopher Landis
Monte Maxwell, Organist
style.css*/
/*updated 14Aug2017
*/

body			{
						/*background-image:url("LongNave.jpg");
						background-position:center;
						background-repeat:no-repeat;
						background-attachment:fixed;*/
						background-color:gray; 
						font-size:14pt;
						text-align:center;
						color:#000099;
						font-family:times,serif;
					}
body.print{
						background-image:none;
						background-color:white; 
						font-size:12pt;
						text-align:left;
						color:black;
						font-family:times,serif;
					}
table			{
						margin-left:auto;
						margin-right:auto;
					}
th,td			{
						padding:.35em;
					}
.menu			{
						padding:0em 1.5em;
					}
.text			{
						background-color:#CCCCCC;
						width:75%;
						position:absolute;
						left:12.5%;
					}
.warning	{
						color:red;
					}
.under		{
						text-decoration:underline;
                    }
.buttonNote {
                        font-size:.75em;
                        margin-top:0px;
                        margin-bottom:0px
					}
.admin		{
						position:fixed;
						bottom:0px;
						margin-bottom:0px;
						left:0px;
						font-size:.75em;
					}
.credit		{
						position:fixed;
						bottom:0px;
						margin-bottom:0px;
						right:0px;
						font-size:.75em;
					}
