h1 {
font : bold 40px "Trebuchet MS", "Gill Sans", "Arial Narrow", Arial, Helvetica, sans-serif;
color: white;
}

h2 {
font : bold 20px "Trebuchet MS", "Gill Sans", "Arial Narrow", Arial, Helvetica, sans-serif;
color: white;
}

.menuarea {
background-color:yellow;
border-color:1px solid black;
}

.button_blue {
background-color: #2A68E7;
color: white;

border-left:2px solid #78A0F0;
border-top:2px solid #78A0F0;

border-right:2px solid #183D8B;
border-bottom:2px solid #183D8B;

padding:4px;

margin-bottom:10px;
margin-top:10px;

font : bold 14px "Trebuchet MS", "Gill Sans", "Arial Narrow", Arial, Helvetica, sans-serif;
}

.button_blue a {
text-decoration: none;
color:white;
}

.button_blue a:visited {
text-decoration: none;
color: white;
}

.button_blue a:hover {
text-decoration: underline;
color:white
}


/* ----------------------------- */
.button_blue_big {
background-color: #2A68E7;
color: white;

border-left:2px solid #78A0F0;
border-top:2px solid #78A0F0;

border-right:2px solid #183D8B;
border-bottom:2px solid #183D8B;

padding:6px;

font : bold 18px "Trebuchet MS", "Gill Sans", "Arial Narrow", Arial, Helvetica, sans-serif;
margin-bottom:10px;
margin-top:10px;

}

.button_blue_big a {
text-decoration: none;
color:white;
}

.button_blue_big a:visited {
text-decoration: none;
color: white;
}

.button_blue_big a:hover {
text-decoration: underline;
color:white;
}


