 #design-stuff-online {
        position: fixed;
        width: 100%;
        height: 0%;
        top: auto;
        right: 0;
        bottom: 0;
        left: 0;
      }
    body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.design {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.stuff {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.online {
	font-size: 12px;
	font-weight: bold;
}
a:link {color: #000000;	font-weight: bold; text-decoration: underline;}
a:visited {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #333333;
}
a:active {
	text-decoration: underline;
	color: #333333;
}
td#header a:link {color: white;}
td#header a:visited {color: white;}
td#header a:hover {color: white;}
td#header a:active {color: white;}
a {font-weight: bold;}