a, .blog-box .url { color: #f83; }
.director-link{color:#555;}
a:hover, .blog-box:hover .url, .blog-box:focus:url{ color: #f93; }

body { background-color: #EDEEF3; }

.cool-button a, a.cool-button,
.cool-button input, input.cool-button { background-image: url("/img/cool-button-bg.png"); }
.cool-button a:hover, a.cool-button:hover,
.cool-button input:hover, input.cool-button:hover { color: #000; }

.cool-button a, a.cool-button,
.cool-button input, input.cool-button { text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); }
.cool-button a, a.cool-button,
.cool-button input, input.cool-button,
.cool-button .silver, .cool-button.silver { background-color: #ddd;    border-color: #aaa;    color: #333; }
.cool-button .silver, .cool-button.silver,
.cool-button .light,  .cool-button.light   { text-shadow: 0 1px 0 #fff; }
.cool-button .gold,   .cool-button.gold   { background-color: #fd0;    border-color: #dd683C; text-shadow: 0 1px 0 #ffddaa; background-image: url("/img/bg_button_orange_light.png") }
.cool-button .orange, .cool-button.orange { background-color: #E55500; border-color: #d66; }
.cool-button .green,  .cool-button.green  { background-color: #8A0;    border-color: #6d6; }
.cool-button .dark,   .cool-button.dark   { color: #fff; text-shadow: 0 0 1px rgba(0, 0, 0, 0.3); }
.cool-button .dark:hover, .cool-button.dark:hover { color: #fff; text-shadow: 0 0 1px rgba(0, 0, 0, 0.3); }
.cool-button .disabled, .cool-button.disabled { background: none; background-color: #eee; color: #bbb; text-shadow: 0 1px 0 #fff; border-color: #aaa; -moz-box-shadow: 0 0 0 #fff; -webkit-box-shadow: 0 0 0 #fff; box-shadow: 0 0 0 #fff; }
.cool-button .disabled:hover, .cool-button.disabled:hover { color: #bbb; text-shadow: 0 1px 0 #fff; }