#video-list a:link {
		Color: orange;
		text-decoration: none;
		font-weight: bold;
	}
#video-list a:visited {
		Color: orange;
		text-decoration: underline;
		font-weight: bold;
	}
#video-list a:hover {
		Color: black;
		background-color: none;
		text-decoration: underline;
	}
#video-list UL { 
	   font-family: sans-serif;
	   font-weight: bold;
	   margin: 10px 0px 0px 10px; /* TOPpx RIGHTpx BOTTOMpx LEFTpx */
       padding: 0px 0px 0px 0px;
	                                        /* No borders set */
      }
#video-list LI { 
        font-family: sans-serif;
		Font-size:1.2em;
		font-weight: normal;
		color: black;                /* text color is white */ 
        margin: 0px 0px 0px 8px;
        padding: 1px 0px 0px 0px; /* Note 0px padding right */
        list-style: none             /* no glyphs before a list item */
      }
/* img {
		border: none;
		background-color: none;
		text-decoration: none;
		display: block;
	}*/
#email { 
	   font-family: sans-serif;
	   Font-size:1.5em;
	   font-weight: bold;
	   color: white;
                                     /* No borders set */
      }

#email a:link {
		Color: white;
		font-weight: bold;
		text-decoration: underline;
	}
#email a:visited {
		Color: white;
		text-decoration: underline;
		font-weight: bold;
	}
#email a:hover {
		Color: white;
		background-color: none;
		text-decoration: underline;
	}
