body {background-color: #ffffff; font-family: Arial; }
h1, h2, h3 {
color: #ffffff;
}
h2 {
	
        background-color: #406379;
    padding-top: 30px;
    padding-right: auto;
    padding-bottom: 30px;
    padding-left: auto;
    }


a.cont:link {
    color: gray;
    font-weight: normal;
    margin: 0 0 0 100px;
    background-color: transparent;
    text-decoration: none;
}
a.cont:hover {
	color: gray;
	background-color: transparent;
	text-decoration: underline;
}
a.cont:visited {
    color: gray;
    background-color: transparent;
    text-decoration: none;
}
a.cont:active {
    color: gray;
    background-color: none;
    text-decoration: none;
}

a.txt:link {
    color: gray;
    font-weight: normal;
    margin: 0 0 0 0px;
    background-color: transparent;
    text-decoration: none;
}
a.txt:hover {
	color: gray;
	background-color: transparent;
	text-decoration: underline;
}
a.txt:visited {
    color: gray;
    background-color: transparent;
    text-decoration: none;
}
a.txt:active {
    color: gray;
    background-color: none;
    text-decoration: none;
}

a:link {
	margin: 0 10px 0 0;
    color: #000000;
    font-weight: bold;
    padding: 5px 10px 5px 10px;
    background-color: transparent;
    text-decoration: none;
}
a:visited {
    color: #000000;
    
    background-color: transparent;
    text-decoration: none;
}

a:hover {
    color: black;
    background-color: #718ea0;
    text-decoration: none;
}
a:active {
    color: #000000;
    background-color: #7697ac;
    
    text-decoration: none;
}

}a.gal:link {
    
    background-color: transparent;
    text-decoration: none;
}
a.gal:hover {
	
	background-color: transparent;
	text-decoration: none;
}
a.gal:visited {
    
    background-color: transparent;
    text-decoration: none;
}
a.gal:active {
    
    background-color: none;
    text-decoration: none;
}
#site_content
{ 
  border: 1px solid black;
  width: 55%;
  height: 400px;
  overflow: hidden;
  margin: 50px auto 50px auto;
  padding: 15px 25px 20px 25px;
  background: #FFF;}
#content
{ 
  
  text-align: justify;
  font-size: 16px;
  text-indent: 30px;
  line-height: 1.5;
  float: left;
  width: 100%;
  padding: 0;}
#ban
{
 text-align:center;
 display:inline-block;
 font-size:24px;
}
