a:link {
color: #CCCCCC; 
text-decoration: none;
}
a:visited {
color: white;
text-decoration: none;
}
a:hover {
color: red;
font-style: italic;
text-decoration: underline;
}
html {
color: #CCCCCC;
background-color: Black;
padding-left:10%;
}
body{
background: url(imgs/webpgbackground.png);
background-repeat:no-repeat;
background-position: top right;
background-attachment: fixed;
}
#mnulnk{
padding-right: 25px;
text-align: center;
}
#menu{
text-align:left;
padding-left: 50px;
}
#sig {
text-align: right;
font-style: italic;
}
#header {
padding-top: 25px;
padding-left: 25px;
}
#subjt {
text-align:center;
font-size: 33px;
font-style: italic;
}
#tblhed {
text-decoration: underline;
font-weight: bold;
font-size: 20px;
}
#footer {
position:fixed;
bottom: 0;
text-align:center;
width:80%;
}
#pdlftrgt, table {
padding-left: 30px;
padding-right: 30px;
}