body {
  background: #fff;
  font-family: Arial, Verdana, serif;
	font-size: 12;
}
td, p {
  background: #fff;
  font-family: Arial, Verdana, serif;
	font-size: 12;
}
a {
	color: #26317b;
	text-decoration: none;
}
a:hover {text-decoration: underline; }


#footer{
	font-size: 9;
}
#Main{
  text-align: center;
  font-size: 20;
  font-weight: 600;
  vertical-align: valign;
}

#H{
  padding: 5;
  color: #ffff33;
  font-family: Verdana, Arial;
}

#USC
{
  color: #26317b;
  font-weight: bold;
}
#SideHead{
  align: center;
  text-decoration: none;
}

#navcontainer ul
{
padding-left: 10;
margin-left: 0;
background-color: #26317b;
color: White;
float: center;
font-family: arial, helvetica, sans-serif;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 0.2em 1em;
background-color: #26317b;
color: White;
text-decoration: none;
float: left;
border-right: 1px solid #fff;
}

#navcontainer ul li a:hover
{
background-color: #ffff33;
color: #26317b;
}

#trivialist ul {
  text-decoration: none;
  list-style-type: none;
}
#button ul
{
padding-left: 0;
margin-left: 0;
background-color: #26317b;
color: White;
float: left;
font-family: arial, helvetica, sans-serif;
}

#button ul li { display: inline; }

#button ul li a
{
padding: 0.2em 1em;
background-color: #26317b;
color: White;
text-decoration: none;
float: left;
border-right: 1px solid #fff;
}

#button ul li a:hover
{
background-color: #26317b;
color: #ffff33;
}

#gallery {
  margin: 10px;
  border: 0px solid #26317b;
  height: auto;
  width: auto;
  float: left;
  text-align: center;


}


