body{
color:white;
background-color:#05365f;
font-family:Arial, Helvetica, sans-serif;
}

a{
text-decoration:none;
font-weight:bold;
color:white;
}
.center, .centre{
text-align:center;
margin:0 auto;
}
.bold{
margin:0 auto;
text-align:left;
font-weight:bold;
}
.bold .left{
font-weight:normal;
display:inline;
}
.category-wrapper{
width:800px;
position:relative;
text-align:center;
margin:0 auto;
}

.category{
float:left;
display:block;
width:10%;
border-style:solid;
border-width:2px;
font-family:Verdana, Helvetica,Arial, sans-serif;
background-color: #90bade;
font-size:0.8em;
color:#333;
height:2em;
margin:0 auto;
text-align:center;
}
.category a{
margin:0 auto;
text-align:center;
padding:0;
border:none;
margin:0;
display:block;
background-color:#0F83BC;
color:#fff;
text-decoration:none;
width:100%;
}
html>body .category a{
width:auto;
}

.category a:hover{
background-color:#2586d7;
color:#fff;
}

.category a:active{
background-color:#2586d7;
color:#fff;
}
