/* CSS File for St. Anthony's Church*/

/* Define body */

body
{
  background-color: #FFFFFF;
  font-family: arial,helvetica;
}

/* Define heading 1 style */

h1
{
  font-family: arial,helvetica;
  color:#000000;
  font-size: 16pt;
  font-weight: bold;
  text-align: center;
}

/* Define heading 2 style */

h2
{
  font-family: arial,helvetica;
  color:#000000;
  font-size: 10pt;
  font-weight: bold;
  font-style: italic;
  text-align: left;
}

/* Define heading 3 style */

h3
{
  font-family: arial,helvetica;
  color:#000000;
  font-size: 12pt;
  font-weight: bold;
  text-align: center;
}

/* Define heading 4 style */

h4
{
  font-family: arial,helvetica;
  color:#000000;
  font-size: 10pt;
  font-weight: bold;
  text-align: left;
}

/* Define paragraph style */

p
{
  font-family: arial,helvetica;
  color:#000000;
  font-size: 10pt;
  font-weight: normal;
  text-align: left;
}

/* Create a class of link named 'menu' */

a.menu
{
  font-family: arial,helvetica;
  color:#000000;
  font-size: 12pt;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
a.menu:link
{
  background-color: #9999FF;
}
a.menu:visited
{
  background-color: #9999FF;
}
a.menu:hover
{
  background-color: #FFFFFF;
}
a.menu:active
{
  background-color: #FFFF66;
}

/* Create a class of link named 'list' */

a.list
{
  font-family: arial,helvetica;
  color:#000000;
  font-size: 10pt;
  font-weight: normal;
  text-decoration: none;
}
a.list:link
{
  color: #000000;
}
a.list:visited
{
  color: #9900FF;
}
a.list:hover
{
  color: #336600;
}
a.list:active
{
  color: #FF0000;
}
