
/**************************************** LAYOUT ****************************************/
body {
background: #000000;
font-family: Verdana;
font-size: 14px;
height: 100%;
}

#videopage {
font-family: Verdana;
font-size: 14px;
color: white;
text-align: center;
}


/**************************************** HEADINGS ****************************************/
h1 {
font-weight:bold;
font-size:2em;
line-height:2em;
color:white;
display:inline;
}

h2 {
font-weight:bold;
font-size:1.8em;
line-height:1.8em;
color:white;
display:inline;
}

h3 {
font-weight:bold;
font-size:1.6em;
line-height:1.6em;
color:white;
display:inline;
}

h4 {
font-weight:bold;
font-size:1.4em;
line-height:1.4em;
color:white;
display:inline;
}

h5 {
font-weight:bold;
font-size:1.2em;
line-height:1.2em;
color:white;
display:inline;
}

h6 {
font-weight:bold;
font-size:1.2em;
line-height:1.2em;
color:white;
display:inline;
}

/**************************************** LINKS ****************************************/
a {
font-weight:bold;
text-decoration:underline;
}

a:link, a:visited {
font-weight:bold;
color:white;
}

a:hover {
text-decoration:underline;
color:red;
}

.pointer {
cursor:pointer;
}

