a:link {
	color: grey;
}
a:visited {
	color: grey;
}
a:hover {
	color: #ccc;
}
a:active {
	color: grey;
}

img {
border: none
}


div.buttons {
width: 100%;
text-align: center;
}

div.new {
margin-top: 20px;
text-align: center;
font-size: 12px;
color: #7b5462;
font-weight: bold;

}

table.vids {
padding-left: 30px;
text-align: center;
width: 100px;
}

div.videos {
width: 163px;
height: 134px;
background-image: url(../images/video_border.png);
background-repeat: no-repeat;
}

div.videoborder {
width: 163px;
height: 134px;
background-image: url(../images/video_border.png);
background-repeat: no-repeat;
}

img.vid_thumb {
padding-top: 10px;
}

div.videostext {
text-align: center;
font-size: 12px;
color: #7b5462;
font-weight: bold;
}


div.sidebar_content {
padding: 10px;
}

div.sidebar_content p{
font-weight: bold;
font-size: 12px;
color: #7b5462;
}