/* Style Sheet for Jewels for Jesus website */

.itemBorder { border: 1px solid black }
.itemText { text-decoration: none; color: #FFFFFF; font: 12px Arial, Helvetica }

body { font-family: Arial, Helvetica, sans-serif }
p { font-family: Arial, Helvetica, sans-serif }
H1,H2,H3,H4,H5,TD { font-family: Arial, Helvetica, sans-serif }

a.menu { text-decoration: none; font-weight: bold; font-family: Arial, Helvetica, sans-serif }
a.menu:link { color: rgb(0, 0, 153) }  /* for unvisited links */
a.menu:visited { color: rgb(153, 0, 153) } /* for visited links */
a.menu:active { color: rgb(255, 0, 102) } /* when link is clicked */
a.menu:hover { color: rgb(0, 96, 255) } /* when mouse is over link */

.darkYellow { background: #B3B377 }
.mediumYellow { background: #FFFFAA }
.lightYellow { background: #FFFFD5 }
.darkBlue { background: #004762 }

.lightBlueFont { color: #00AEEF }
.greyFont { color: #AAAAAA }
.redFont { color: #FF0000 }


