/* CSS Document */
body {
  margin: 0px;
  padding: 0px;
  font-family: Verdana;
  font-weight: bold;
  background: #C146A4 ;  
  }

a {
  color: #AF067C;
  }
  
a:visited {
  color: #AF067C;
  }

a:hover {
  color: #C146A3;
  text-decoration: none;
  }  

hr {
  
  clear: both;

  }
  
#wrap {
  border: 1px solid #000000;
  background: #ffffff;
  width: 960px;
  }
  
h1 {
  font-size: 8pt;
  text-align: center;
  color: #ffffff;
  }
  
h2 {
  font-size: 10pt;
  text-align: center;
  }

div.footer {
  font-size: 8pt;
  border-top: 1px solid #000000;
  background: #D8D8D8;
  }

div.big {
  font-size: 20pt;
  font-family: Arial;
  padding: 5px;
  }
  
div.topmenu ul {
  margin: 0px;
  margin-bottom: 5px;
  padding: 0px;
  text-align: center;
  }
  
div.topmenu li {
  margin: 0px;
  padding: 3px;
  text-align: center;
  display: inline;
  font-size: 14pt;
  font-family: Arial;
  }

div.content {
  font-size: 10pt;
  text-align: left;
  padding: 10px;
  font-weight: normal;
  }


div.welcome {
  width: 900px;
  text-align: center; 
  background: #D8D8D8;
  padding: 10px;
  font-size: 12pt;
  border: 1px solid #000000;
  margin: 10px;
  font-weight: normal;
  font-family: Arial;
  }

div.video table {
  width: 890px;
  font-size: 10pt;

  }
  
div.video img {
  border: 1px solid #000000;
  }
  
div.video h2{
  font-size: 12pt;
  line-height: 150%;
  }
  
div.video td {
  vertical-align: top;
  
  }
  
.small {
  font-size: 8pt;
  text-align: center; 
  }
  
#feed {
  width: 770px;
  margin: 0px auto;
  }

#feed ul {
  margin: 0px;
  padding: 0px;
  }
  
#feed li {
  list-style: none;
  font-size: 8pt;
  font-family: Verdana;
  margin: 0px;
  padding: 0px;
  float: left;
  width: 150px;
  height: 170px;
  text-align: center;
  float: left;
  }

#feed li img {
	border: 1px solid #000000;
	}

#feed li:hover img {
	border: 1px dotted #000000;
	}


