
/* theme background images */

html { background: url('repeat.bg.jpg') repeat-x top; } /* background repeating image */
body { background: url('center.bg.jpg') no-repeat center top; } /* background center image */

/* links coloring */

a { color: #38b; } /* text links color */
a:hover { color: #94b; } /* hover color (you can remove this) */

.button {
    background: -moz-linear-gradient(center top , #EDEDED 5%, #DFDFDF 100%) repeat scroll 0 0 #EDEDED;
    border: 1px solid #DCDCDC;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 1px 0 0 #FFFFFF inset;
    color: #777777;
    display: inline-block;
    font-family: Trebuchet MS;
    font-size: 15px;
    font-weight: bold;
    padding: 5px 13px;
    text-decoration: none;
    text-shadow: 1px 1px 0 #FFFFFF;
}

.height a:link, .height a:visited {
    border-radius: 5px 5px 5px 5px;
    margin: 0 -3px;
    padding: 0 3px;
}
.height a:hover
{
background: -moz-linear-gradient(center top , #EDEDED 5%, #DFDFDF 100%) repeat scroll 0 0 #EDEDED;
    text-shadow: 1px 1px 0 #FFFFFF;

}
. a {
    color: #176093;
}

a:link, a:visited {
    color: #176093;
    text-decoration: none;
}
a:hover
{
background: -moz-linear-gradient(center top , #EDEDED 5%, #DFDFDF 100%) repeat scroll 0 0 #EDEDED;
    text-shadow: 1px 1px 0 #FFFFFF;

}
