/* Stylesheet for b1tech.co.uk */


/*all pages*/
body {
background-color: #DCE0D9;
padding: 30px;
color: #0F2B47;
outline:5px solid #029B8B;
/*background-image: url(/images/tile2.png);*/
}

a{
color: #195664;
text-decoration: none;
}

a:hover{
color: #96F60F;
}


h1{
color: #029B8B;
font-size: 30;
text-align:center;
}

h2{
color: #029B8B;
font-size: 25;
}

div#footer{
text-align:center;
}