@import url("../css/courses-global-html5.css");


th { color: #3D3193; 	border-bottom: 1px solid;
 }

#sidebar { background-color: #3D3193; }


/* headers*/

h1, h2, h3     { color: #3D3193;  }
               
h2	{ font-weight: normal; font-size: 18px; margin-bottom: 0px; margin-top: 5px   }
h3 	{ font-weight: normal; font-size: 16px; margin-bottom: 0px; margin-top: 5px; }

/* end headers */

/* links */

a:link, a:visited, a:active {  color: #3D3193; background: transparent; }
a:hover { color: #AEDA6B; background: transparent; }

nav a:link, nav a:visited {  color: #AEDA6B } 
nav a:hover, nav a:active {  color: #fff; background: transparent; }

footer a:link, footer a:visited  {  color: #999; } 
footer a:hover, footer a:active { color: #609; }

/* end links */

div#schedule h3 {
	border-bottom: 1px solid #3D3193;
}
#lessons dt {
	font-weight: bold;
}

