body {
background-color: black;
color: yellow;
}

h4 {
font-size: smaller;
}

#tvnav {
background-color: navy;
}

#direct {
width: 100px;
height: 100px;
}

#indirect {
width: 150px;
height: 100px;
}

div#direct_txt {
width: 100px;
}

div#indirect_txt {
width: 150px;
}

