body {background-image: url(rose.jpg);
      background-color: white}

p {font-family: Verdana, Arial, sans-serif; 
   font-size: 0.8em; 
   color: black}

.smallerpagetext {font-family: Verdana, Arial, sans-serif; 
   font-size: 0.6em; 
   color: black}

li {font-family: Verdana, Arial, sans-serif; 
   font-size: 0.8em; 
   color: black}

h1 {font-family: Arial, sans-serif; 
    font-size: 1.4em;
    font-weight: bold;
    color: black}

h2 {font-family: Arial, sans-serif; 
    font-size: 1.2em; 
    font-weight: bold;
    color: black}

h3 {font-family: Verdana, Arial, sans-serif; 
    font-size: 1em; 
    font-weight: bold;
    color: black}

h4 {font-family: Verdana, Arial, sans-serif; 
    font-size: 0.8em; 
    font-weight: bold;
    color: black}

a:link {color: blue; text-decoration: none}
a:visited {color: purple; text-decoration: none}
a:hover {text-decoration: underline}
a:active {color: red; text-decoration: underline}

/* The following four link classes are used for the links in the left navigation menu. */
a.navbarlink:link {color: #663300; text-decoration: none}
a.navbarlink:visited {color: #663300; text-decoration: none}
a.navbarlink:hover {color: green; text-decoration: none}
a.navbarlink:active {color: green; text-decoration: none}

/* The following paragraph styles apply to the left navigation menu links, and to the boxes which contain them. */
.navbar {font-family: Arial, sans-serif; 
	font-size: 0.8em; 
	font-weight: bold;
	color: black;
	padding: 0.3em;
	text-align: left;
	background: #F5DEB3;
	border-left: 0.8em solid #663300}

/* The following class sets the width of the left navigation menu link boxes. */
.navbarcell {width: 180px}

/* The following "div#header" class is used for defining the attributes of the header cell.  */
div#header {background-color: #F5DEB3; 
	padding: 10px}

/* OBSOLETE: The following class sets the background color of the header cell for each page. */
/* .headercell {background-color: #F5DEB3}  */

/* The following table cell styles apply to special, big announcements or text blocks. */
.announcecell {background-color: #F5DEB3; border: black 1px solid}


/* The following classes are used for text on the parish calendar, */
/* in order to color-code different activities.                    */
/*                                                                 */
/*     cyo = Catholic Youth Organization                           */
/*     council = parish council meeting                            */
/*     psr = parish school of religion                             */
/*     study = Bible study                                         */
/*     other = any other activities                                */
/*     holiday = holidays (or holy days)                           */
/*                                                                 */
/* Some possible colors:  maroon, red, orange, olive, green,       */
/*                        navy, teal, black, blue, purple, gray    */

.cyo {font-family: Arial, sans-serif; 
	font-size: 0.8em; 
	color: olive}
.council {font-family: Arial, sans-serif; 
	font-size: 0.8em; 
	color: teal}
.psr {font-family: Arial, sans-serif; 
	font-size: 0.8em; 
	color: navy}
.study {font-family: Arial, sans-serif; 
	font-size: 0.8em; 
	color: green}
.other {font-family: Arial, sans-serif; 
	font-size: 0.8em; 
	color: maroon}
.holiday {font-family: Arial, sans-serif; 
	font-size: 0.8em; 
	color: black}

/*  Link colors used for different liturgical seasons:             */
/*  Advent:  #990099 and #FF66FF                                   */
/*  No liturgical colors:  #996600 or #663300 or #A0522D, and ?    */


