@charset "utf-8";
/* CSS Document */

* {
  -webkit-font-smoothing: antialiased;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #141414;
	font-size: 14px;
	line-height: 1.5em;
}
a {
  text-decoration: none;
  color: #0000FF;
}
a:hover {
	color: #FF0000;
	font-weight: bold;
}
homepage {
	font-size: 12px;	
}

demo-lesson-nav-next {
  font-weight: bold;
}

h1 {
    color:black;
	font-size: 22px;
	font-weight: bold;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS";
}

h2 {
	color: black;
	font-size: 18px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS";
}

h3 {
    color:black;
	font-size: 16px;
	font-weight: bold;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS";
}

h4 {
    color:black;
	font-size: 14px;
	font-weight: bold;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS";
}

h5 {
	color: black;
	font-size: 12px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS";
}

h6 {
    color:blue;
	font-size: 10px;
	font-weight: bold;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS";
}

.states {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 14px;
	font-weight: bold;
}
.zhead {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
}

footer {
    color:blue;
	font-size: 20px;
	font-weight: bold;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS";
}
.table-striped > tbody > tr:nth-child(odd) > td {
    background-color: #ADD8E6;
}

.table-striped > tbody > tr:nth-child(even) > td {
    background-color: #FFF;
}