/* CSS Document */

#start {
width: 700px;
height:160px;
margin:20px;
padding-left:20px;
font-size:14px;
}
.video {
text-align:center;
}

.words {
font-size:16px;
width: 700px;
height:auto;
margin:30px;
}

table {
width:500px;

}
#address {
margin:0;
border-collapse:collapse;
background:#00FF00;

}
#address td {
border:1px solid #CCC9C6;
padding-left:20px;
background:#00FF00;
}
