/* Default CSS */
/* Generated by the CoffeeCup HTML Editor - www.coffeecup.com */

body 
{
color: black;
background-color:aeebeb;
}

header[role=banner]
{
display: block;
border-style: none;
position: relative;
text-align: center;
width: 100%;
}

main
{
display: block;
border-style: none;
position: relative;
width: 100%;
}

article
{
text-align:left;
 }

footer
{
display:inline;
float:left;
width: 100%;
height: 5%;
border-style:none;
}

p.cen
{
text-align:center;
 }
 
a:link {background: #aeebeb; color: black;}      /* unvisited link */
a:visited {background:#aeebeb; color: 0a02df}  /* visited link */
a:active, a:focus {background: #aeebeb; color: a40d21;}  /* selected link */

h1,h2,h3
{
text-align:center;
 }

.buttons a
{
margin:10px;
}

.buttons li
{
display:inline;
} 
  
ul
{
list-style-type:none;
margin:1em;
padding:0;
} 

.buttons  a{
  margin: 10px;
  }
 
img.bate
{
display: block;
margin-left: auto;
margin-right: auto }

hr.fourth
{
width: 50%;
margin: auto;
}