/*PETE HEADER*/


/* link colour beige #8d6c3a    */

body
{font-family: verdana, arial, helvetica, sans-serif ;
color:#4e3715;
margin:0px;
padding: 0px;
background-repeat:no-repeat;
background-position: center top;
background-color:#7e582c;
font-size:1.1em

}


.homecontent

{background: #e8d2ab; 
margin-left:auto;margin-right:auto;
margin-top:25px;
max-width:600px;
padding:120px 198px 20px 198px;
border:2px solid silver;
-webkit-border-radius:14px;
-mo-border-radius: 14px;
-ms-border-radius: 14px;
-o-border-radius: 14px;
border-radius:14px;




}

.linky
{width:290px;

margin-top:0px;
margin-bottom:40px;
text-align:center
}



.big
{
font-family: Arial, Verdana;
font-size:24px;
padding: 10px;
display:block;
text-decoration: none;
font-weight:bold;
color: #ffffff;
border:2px solid white;
border-radius:20px;
background: #7e582c;


}

.big:hover
{color: lightgreen;
}

a:link,a:visited 
{

color: #ffffff;


}

a:hover,a:active
{color: #ffad00;
}



