/* CSS Document */

a:link {
font-size: 16px;
color: #7b8ad5;
}

a:hover {
font-size: 16px;
color: #a5b3f5;
text-decoration:underline;
}


.text {
font-family: Arial,Helvetica,sans-serif;
color: #bbbbbb;
font-size: 20px;
font-weight: normal;
}

.myTxt {
font-family: Arial,Helvetica,sans-serif;
color: #bbbbbb;
font-size: 30px;
font-weight: normal;
}

.title {
font-family: Arial,Helvetica,sans-serif;
color: #bbbbbb;
font-size: 24px;
font-weight: bold;
}

.videoTitle {
font-family: Arial,Helvetica,sans-serif;
color: #d13083;
font-size: 16px;
font-weight: bold;
text-align:left;
}
.background {
background-repeat: no-repeat;
}