@import url(craftmaster.css);

body {
 margin:0;
 background:#eef;
}

table {
 margin:5px;
}

td {
 vertical-align:top;
 padding:5px;
}

.button {
 display:block;
 font-family:verdana,tahoma,sans-serif;
 font-weight:bolder;
 background-color:#afafb9;
 border:solid 1px #394247;
 color:#c8d9ef;
 padding:0.6ex;
 margin:0;
}

img {
 margin:0
}

a.button:link    { text-decoration:none; color:white;}
a.button:visited { text-decoration:none; color:white;}
a.button:hover   { text-decoration:none; color:white; background-color:#76808d;}
