/* This is the stylesheet for the "Paul and the Pauline Literature" site */


/* BUTTONS: This section contains the definitions for menu buttons. */

	/* The following code sets the default width of menu buttons. */

.buttonscontainer {width: 200px;}

	/* RED BUTTONS when not under cursor */

.buttons a {color: #FFFFFF;
border: 2px solid;
background-color: #CC0000;
padding: 2px;
padding-left: 3px;
font: 13px Arial, sans-serif;
font-weight: bold;
text-decoration: none;
border-color: #FF0000 #990000 #990000 #FF0000;
display: block;
margin: 0px;
width: 100%;
text-align: left;}

	/* Red buttons on rollover */

.buttons a:hover {border: 2px solid;
padding-left: 4px;
padding-top: 3px;
padding-bottom: 1px;
padding-right: 1px;
background-color: #FFFFFF;
border-color: #990000 #FF0000 #FF0000 #990000;
color: #445588;
text-decoration: none;}

	/* Width of YELLOW BUTTONS */

.yellowbuttonscontainer {width: 200px;}

	/* Definition of Yellow Buttons not under cursor */

.yellowbuttons a {color: #CC0000;
border: 2px solid;
background-color: #FFFF00;
padding: 2px;
padding-left: 3px;
font: 13px Arial, sans-serif;
font-weight: bold;
text-decoration: none;
border-color: #FFFF99 #999900 #999900 #FFFF99;
display: block;
margin: 0px;
width: 100%;
text-align: left;}

	/* Yellow buttons on rollover */

.yellowbuttons a:hover {border: 2px solid;
padding-left: 4px;
padding-top: 3px;
padding-bottom: 1px;
padding-right: 1px;
background-color: #FFFFFF;
border-color: #999900 #FFFF99 #FFFF99 #999900;
color: #333366;
text-decoration: none;}

	/* Small Button Width: Reference this to reduce the size of any button. */

.smallbuttonscontainer {width: 75px;}

	/* MEDIUM BUTTON WIDTH: Reference this to set the button width to 300px, 
	that is, slightly larger than the default value of 200px. */
	
.mediumbuttonscontainer {width: 300px}

	/* WIDE BUTTON WIDTH: Reference this for very wide buttons. */
	
.widebuttonscontainer {width: 400px;}



/* HEADERS: This section contains definitions for headers. */

	/* WIDTH of main page header */

.headercontainer {width: 640px;}

	/* Definition for RED Header */

.header {color: #FFFFFF;
border: 2px solid;
background-color: #CC0000;
padding: 2px;
padding-left: 3px;
font: 13px Arial, sans-serif;
font-weight: bold;
text-decoration: none;
vertical-align: 25%;
border-color: #FF0000 #990000 #990000 #FF0000;
display: block;
margin: 0px;
width: 100%;
text-align: center;}

	/* Definition of YELLOW header */

.yellowheader {color: #CC0000;
border: 4px solid;
background-color: #FFFF00;
padding: 2px;
padding-left: 3px;
font: 13px Arial, sans-serif;
font-weight: bold;
text-decoration: none;
vertical-align: 25%;
border-color: #FFFF99 #999900 #999900 #FFFF99;
display: block;
margin: 0px;
width: 100%;
text-align: center;}

/* TABLE CELL BACKGROUND: This section contains definitions for the background color of a class of table cells. */

td.yellow {background-color: rgb(255, 255, 0)}

h2 {font-family:Arial,Helvetica,sans-serif;font-size:18pt;}

h3 {font-family:Arial,Helvetica,sans-serif;font-size:14pt;}

p {font-family:Arial,Helvetica,sans-serif;font-size:12pt;}
