/*body and initial settings
-----------------------------------------------------------------------*/
body {
  font-family:Tahoma, Arial, Helvetica, sans-serif; 
  margin:0;
  padding:0;
  background-color:#2B206C;
  background-color:#340758;
  color:#ffffff;
  font-size:80%;
  text-align:center;
  padding-top: 30px;
}
abbr acronym {
  cursor:help;
  border-color:#eedc9d;
  border-bottom:1px dotted #eedc9d;
}

h1 {
  text-align:center;
  color:#b299c7;
  font-size:165%;
  font-weight:normal;
  letter-spacing:1px;
}
h2 {
  text-align:center;
  background:#b299c7;
  color:#340758;
  font-size:130%;
  padding:3px 0;
  border-radius:15px;
  font-weight:normal;
  letter-spacing:1px;
}
p{
line-height:1.5;
}
/*links
-----------------------------------------------------------------------*/
a:link, a:visited {
  color:#ffffff; 
  font-weight:bold;
  text-decoration:none;
  border-bottom:1px solid #b299c7;
  margin-right:2px;
  margin-left:3px;
}
a:visited {
  color:#b299c7; 
  border-bottom:1px solid #b299c7;
}
a:hover, a:focus {
  color:#f2e8e1;
  background:#b299c7; 
  border-bottom:1px solid #b299c7;
  border-right:2px solid #b299c7;
  border-left:3px solid #b299c7;
  margin:0;
}
a:active {
  color:#ffffff; 
}
a img {
  border:0;
}
a:link.imglink, a:visited.imglink, a:hover.imglink, a:focus.imglink {
  border:none;
  margin:0;
  padding:0;
}
.cright{
width:100%;
text-align:center;
}
.main{
margin:20px auto;
width:75%;
text-align:left;
}
.list{
width:50%;
margin:10px auto;

}
ul{
color:#b299c7;
margin-left:25px;
}
ul li{
padding-top:5px;
}