
body {

margin: 0px auto;
color: black;
font-family: Verdana, Arial, Geneva, Arial black
font-weight: bold;
font-size: 25px;
  width: 98%;
  max-width: 1000px;
  min-width: 250px;
}

#divbody {
  border-color: black;
  border-width: 2p;
  border-style: solid;
  margin: 20pm;
  margin-top: 20px;

}


/* H settings */

h4 {
color: white;
  text-indent: 10px;
  background-color: #009900;
  padding: 20px;
  
}

/* Navigation List Styles */
#divnav {
  padding-left:3px;
  float: left;
  width: 225px;
}

nav ul {
	background-color: rgb(125, 186, 240);
	line-height: 3.5em;
	list-style-type: none;
	padding-left: 0.5em;
    font-style: normal;
  font-variant: small-caps;
}

nav ul li:hover {
	background-color: rgb(83, 142, 213);
}

nav ul li:hover{
	text-transform: uppercase;
}

nav ul li a {
	color: white;
	text-decoration: none;
}

/* Hyper Link Interactions */

a:link {

color: blue;
}

a:visited {
color: #8c8c9d;
}

a:hover {
color: #F15a51;
}

/* Footer Interactions */
#divfooter {
text-align: center;
  font-style: normal;
  font-variant: small-caps;

}

/* Styles for the schedule table */

table.schedule {
	border: 10px outset rgb(153, 0, 153);
	border-collapse: collapse;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	width: 100%;
}

table.schedule th, table.schedule td {
	border: 1px solid gray;
}

/* Table header styles */

table.schedule thead {
	background-color: rgb(203, 50, 203);
	color: white;
	color: rgba(255, 255, 255, 0.5);
}

table.schedule thead tr {
	height: 50px;
}

/* Table Body Styles */

table.schedule tbody tr {
	height: 40px;
}

table.schedule tbody td {
	padding: 5px;
	vertical-align: top;
}

/* Styles for the first column */

table.schedule col.firstcol {
	background-color: rgb(255, 255, 192);
	width: 7%;
}

/* Styles for the remaining columns */

table.schedule col.dayCols {
	width: 13%;
}

/* Styles for the table caption */

table.schedule caption {
	caption-side: bottom;
	text-align: right;
}

