a:link, a:visited, a:active {color:#B9775F; text-decoration: none;}
a:hover {color:#D3A67C; text-decoration: underline;}

body { 

background: #FFF; 
font-family: Arial, Verdana, sans-serif; 
color: #818181;
text-align: left;
margin: 0px 0px 0px 0px;}


/* CONTENT */

#subtext {font-size: 9pt; color: #818181; text-align: left; line-height: 18px;}
#subtext a:link {font-size: 9pt; color: #B9775F; text-align: left;}
#subtext a:visited {font-size: 9pt; color: #B9775F; text-align: left;}
#subtext a:hover {font-size: 9pt; color: #D3A67C; text-align: left;}

#title {font-size: 18px; color: #909090; font-weight: bold; text-align: left; margin: 0;}


/* styling of the container. */ 
a.videos { 
    display:block; 
    width:100%; 
    height:342px;  
    margin:0 0px 0px 0; 
    float:left; 
    border:0px solid #fff; 
} 
 
/* play button */ 
a.videos img { 
    display: block;
    margin-top:133px;
    margin-right: auto;
    margin-left: auto;
    border:0px; 
} 
 
/* when container is hovered we alter the border color */ 
a.videos:hover { 
    border:0px solid #fff; 
}

a.videos2 { 
    display:block; 
    width:479px; 
    height:315px;  
    margin:0 0px 0px 0; 
    float:left; 
    border:0px solid #fff; 
} 
 
/* play button */ 
a.videos2 img { 
    display: block;
    margin-top:122px;
    margin-right: auto;
    margin-left: auto;
    border:0px; 
} 
 
/* when container is hovered we alter the border color */ 
a.videos2:hover { 
    border:0px solid #fff; 
}


img{border:0;}