body {
    height: 100%;
    color: #000;
    font-family: verdana, tahoma, sans, arial, helvetica, sans-serif;
    background-color: #fff;
	}

#text {
    padding: .15em;
    font-size: 85%;
    text-align: left;
	}

a img {color: #fff;}
@media all {
	a img {color: inherit; border: none;}
	}

a:link,
a:visited,
a:active {
    color: #00f; text-decoration: none;
    background: transparent;
	}
a:hover {
    color: #c00;
    background: transparent;
    text-decoration: none;
	}

