@import url(style.css);
body
{
background-color:#E8E8E8;
}

.h1 {
width: 130px;
height: 20px;
font-size: 18px;
font-family: arial;
font-weight: bold;
background-color:  #9FB7D4;
color:  #4C5866;
}

.normal {
font-size: 14px;
font-family: arial;
text-decoration: none;
}

.blankmenu1 {
background-color: #9FB7D4;
}

.blank {
background-color: #738599;
}

.bold {
font-family: arial;
font-weight: bold;
font-size: 12px;
text-decoration: none;
text-align: left;
background-color: #9FD5B3;
}

.verse {
font-family: arial;
font-size: 14px;
text-align: left;
background-color: #9FB7D4;
border: solid 2px #4C5866;
}

A.menu {


text-align: left;
text-decoration: none;
font-family:arial;
font-size:12px;
font-weight: bold;
color: #4C5866;
}

A.menu:hover {
color: #9FD5B3;
background-color: #4C5866;
}

A.menur {

text-align: right;
text-decoration: none;
font-family:arial;
font-size:12px;
font-weight: bold;
color: #4C5866;
}

A.menur:hover {
color: #9FB7D4;
background-color: #4C5866;
}

A.link {
font-weight: bold;
color: #4C5866;
font-size: 14px;
font-family: arial;
}

A.link:hover {
font-weight: bold;
color: #D47F35;
font-size: 14px;
font-family: arial;
text-decoration: none;
}



