a { color: #039; text-decoration: none; }
a:focus, a:hover { color: #06c; text-decoration: underline; }

body {
  background-color: #e6e6e6;
  color: #333;
  font-family: Verdana, Tahoma, Arial, Sans-Serif;
  font-size: 9pt;
  line-height: 12pt;
  margin: 0;
  padding: 0;
}

h1 { border-bottom: solid 1px #d9d9d9; color: #039; line-height: 25pt; font-family: "Times New Roman"; font-style: italic; font-size: 18pt; font-weight: lighter; margin: 0 0 5px 0; padding: 0; }

img { border: none; margin: 0; padding: 0; vertical-align: center; }

.Banner {
  background-color: #fff;
  border: solid 1px #d9d9d9;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin: 11px auto 0 auto;
  padding: 15px 45px;
  height: 147px;
  width: 620px;
  -moz-box-shadow: 2px 2px 5px #bbb;
  -webkit-box-shadow: 2px 2px 5px #bbb;
}

.Courses {
  background-color: #fff;
  border: solid 1px #d9d9d9;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin: 11px auto 0 auto;
  padding: 5px 15px;
  width: 680px;
  -moz-box-shadow: 2px 2px 5px #bbb;
  -webkit-box-shadow: 2px 2px 5px #bbb;
}

.Courses ul { margin: 0; padding: 0; list-style-type: none; }
.Courses ul li { display: inline; }


.Courses a {
  background-color: #fff;
  border: solid 1px transparent;
  color: #000;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  display: block;
  float: left;
  margin-right: 5px;
  padding: 5px;
  text-decoration: none;
  width: 201px;
}

.Courses a:focus, .Courses a:hover {
  outline-offset: -5px;
}

.Courses a:hover {
  background-color: #EBF3FD;
  background:-moz-linear-gradient(#FAFBFD, #EBF3FD);
  background:-webkit-gradient(linear, left top, left bottom, from(#FAFBFD), to(#EBF3FD));
  border: solid 1px #B8D6FB;
}

.Courses a:focus {
  background-color: #C1DBFC;
  background:-moz-linear-gradient(#DCEAFC, #C1DBFC);
  background:-webkit-gradient(linear, left top, left bottom, from(#DCEAFC), to(#C1DBFC));
  border: solid 1px #7DA2CE;
}

.Courses a span { display: block; text-align: center; }

.Footer, .Note {
  background-color: #fff;
  border: solid 1px #d9d9d9;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  font-size: 8pt;
  margin: 11px auto 0 auto;
  padding: 5px 15px;
  width: 680px;
  -moz-box-shadow: 2px 2px 5px #bbb;
  -webkit-box-shadow: 2px 2px 5px #bbb;
}

.Note { }
.Note-Title { display: block; border-bottom: solid 1px #d9d9d9; color: #039; line-height: 25pt; font-family: "Times New Roman"; font-style: italic; font-size: 18pt; font-weight: lighter; margin: 0 0 5px 0; padding: 0; }