/* CSS Document */
body
{color:9c9c9c;
font-family: Arial;
Font-size:14px;
//**background-image: url("fess_stop_yf.jpg");
background-size: 100% 100%;**//
}


h7
{
color:9c9c9c;
}


a:active, a:link, a:visited
{
color:9c9c9c;
text-decoration: none;
text-transform: none;
}

a:hover
{
color: #133026;
text-decoration: underline; 
}



div.showcase
{
Font-size: 1.5em;
line-height: 1.5;
width: 700;
margin: auto;
}

div.text 
{
Font-size: 1em;
line-height: 1.5;
width: 700;
Margin: 25px auto auto auto;
}

div.info 
{
Font-size: 2em;
line-height: 1.5;
width: 700;
margin: auto;
}




.small
{
font-size: 10px;
}
.smallright
{
font-size: 10px;
color: 9c9c9c;
margin-left: 300;
margin-top: -30;
}
.button
{
font-size: 30px;
margin-top:5px;
margin-bottom: 20px;
background-color: #83a87f;
color:9c9c9c;
padding: 5px 10px 10px 10px;
border-radius:10px;
/*-moz-box-shadow: #9dba9b 0 0 1em 2px;
-webkit-box-shadow: #9dba9b 0 0 1em 2px;
box-shadow: #9dba9b 0 0 1em 2px;*/
border: 1px solid #9c9c9c;
}

.button_mouseover
{
font-size: 30px;
margin-top:5px;
margin-bottom: 20px;
background-color: #cbe0cd;
color:#9c9c9c;
padding: 5px 10px 10px 10px;
border-radius:10px;
/*-moz-box-shadow: #9dba9b 0 0 1em 4px;
-webkit-box-shadow: #9dba9b 0 0 1em 4px;
box-shadow: #9dba9b 0 0 1em 4px;*/
border: 1px solid #9c9c9c;
}