body 
{ 
font: 160% "Times New Roman", Times, serif;
line-height: 2;
color: #555753; 
background: #000; 
margin: 10; 
padding: 10;
}

*::selection {
  background: #ccccc;
  color: #ffffff;
}
*::-moz-selection {
  background: #ccccc;
  color: #ffffff;
}
*::-webkit-selection {
  background: #ccccc;
  color: #ffffff;
}

h1 {
  font-weight: bold;
  font: 200% Arial, Helvetica, sans-serif;
  color: #036; 
  line-height:100%;
}




h2 {
  font-weight: bold;
  font: 180% Arial, Helvetica, sans-serif;
  color: #069; 
  line-height:100%;
  padding-top:20px;
}

h3{
  text-transform: uppercase;
}

.psalm-title{
   color:red;
}

#menu{
  font: 70% Arial, Helvetica, sans-serif;
  border-style: solid;
  padding:10px;
  border-radius:5px;
  border-width:2px;

}

a:link {
color: #09c;
text-decoration: none;

}

a:visited {
color: #09c;
text-decoration: none;
}
a:hover {
color: #09c;
text-decoration: none;
}

a:active {
color: #09c;
text-decoration: none;
}

.saint-image{
  width:200px;
  float: left; 
  text-align: left;
  margin-right:20px;

}
