body { 
padding-left: 200px;
padding-top: 100px;
color: white;
background-color: #666666;
font-family: Helvetica, Arial;
}

a {
color: white;
text-decoration: none;
font-weight: bold;
}

a:hover {
color: black;
}

a:active {
color:black;
}

a:visited {
color:none
}

.leading1 {
line-height: 18pt
}

#welcomeText {
text-align: center;
font-size: 20px;
padding-left: auto;
padding-right: auto;
}

#menu {
  * position: absolute;position: fixed;
top: 100;
left: 0;
height: 100%;
width: 200px;
border: 0px;
}

#title {
  * position: absolute;position: fixed;
top: 0;
left: 0;
height: 100;
width: 100%;
border: 0px;
}

#copyright {
  * position: absolute;position: fixed;
bottom: 0;
left: 0;
height: 60;
width: 200px;
border: 0px;
}