
html {
background: url("/images/smallTVabstract.png") no-repeat left top fixed;
background-size: cover;
background-repeat: no-repeat;
height: 100%;
}
body {
    width: 100%;
    height: 100%;
    padding: 0pt;
    margin: 0pt;

}
#homepage {
font-family: sans-serif;
font-size: 48pt;
font-weight: bold;
text-align: right;
padding: .5em;
}
#fullscreen {
min-height: 100%;
position: relative;
padding: 0pt;
margin: 0pt;
}

#subtitle {
color: #444;
}
#topics {
font-family: sans-serif;
font-size: 32pt;
font-weight: bold;
text-align: left;
padding: .5em;
color: #999;
position: absolute;
bottom: 0pt;
height: 128pt;

}
#emptyspace {
  padding-bottom: 128pt;
  }
  
#homepage a:link,
#homepage a:visited,
#homepage a:hover,
#homepage a:active {
    text-decoration: none;
    color: inherit;
}
#topics a:link,
#topics a:visited,
#topics a:hover,
#topics a:active {
    text-decoration: none;
    color: inherit;
}

#homepage a:hover,
#homepage a:active,
#topics a:hover,
#topics a:active {
    /*text-decoration: underline;*/
    background-color: black;
    color:white;
    /*color: red;*/
    

}
