a.huge, a.huge:link, a.huge:visited, a.huge:hover, a.huge:focus {
    text-decoration:none;
    color:#000000;
}
.huge {
    text-decoration:none;
    color:#000000;
    font-size: 48px
}
.title {
    text-decoration:none;
    color:#000000;
    font-size: 24px;
}
.copyright {font-size: 36px; font-weight: bold;}
.university {font-size: 14px; font-weight:bold;}
.credits {font-size: 12px; font: 14px Verdana, sans-serif; color:#BCBEBC}
/*.credits {font-size: 12px; font-weight:normal; }*/
.links, a.links, a.links:link, a.links:visited {text-decoration:none; color:#000000;}
.contact {font-size: 14px; color:#BCBEBC;}
.time {font-size: 14px;}
.version {font-size: 10px; color:#BCBEBC;}
.seperators {color: #FFFFFF; font-size: 16px;}
/*.links {text-decoration:none; color: #FFFFFF; font: bold 12px Verdana, sans-serif;}
.links a:hover{color:#DCDC00;}
.sel_links {color: #DCDC00}*/

html, body {height: 100%;}
body {margin: 0;padding: 0;}
#container {
	position: relative;
	min-height: 100%;
	height: 100%;
	height: auto;
}
html>body #container {
	height: auto;
}
#content {
	padding-top: 1px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom: 48px;
}
#footer {
	font-size: 12px;
	font-weight:normal;
	text-align:center;
	position: absolute;
	bottom: 5px;
	padding: 0px;
	padding-top:0px;
	padding-bottom:0px;
	width: 100%;
}
