#header.header
{
	background-color: #000066;
	font-size: 3em;
	line-height: 1.0em;
	font-weight: bold;
	text-align: center;
	padding-bottom: 10px;
}

#header a
{
    text-decoration: none;
    margin-right: 0.15em;
}

#header a .www
{
    color: #0099ff;
	font-size: 0.75em;
	letter-spacing: -0.025em;
    margin-right: -0.075em;
}

#header a .dot
{
	font-size: 0.75em;
	color: white;
    margin-right: -0.025em;
}

#header a .mad
{
	font-family: Comic Sans MS, sans-serif;
	font-size: 1.1em;
	color: red;
    font-style: italic;
}

#header a .dash
{
	font-size: 0.75em;
	color: white;
    font-style: italic;
    margin-right: -0.025em;
}

#header a .hacking
{
    color: #ff9900;
    font-style: italic;
	letter-spacing: -0.05em;
}

#footer
{
	color: white;
	font-size: 0.8em;
    line-height: 1em;
}

#footer .tagline
{
    background-color: #152635;
	padding-top: 2px;
    padding-bottom: 1.2em;
}

#footer .left
{
    float: left;
    text-align: left;
    padding-left: 4px;
	padding-right: 10px;
}

#footer .right
{
	padding-left: 10px;
	padding-right: 4px;
	float: right;
    text-align: right;
}

#footer .tagline a
{
    font-weight: bold;
    color: #ff9900;
    text-decoration: none
}

