
p { font-size: calc(8vw); }

html {
    font-size: 20px;
}

body {
	font-family: courier;
    background-color: black;
    color: green;
}

td {
    padding: 0 10px;
    text-align: left;
}
a.gecko {
    font-size: small;
    text-decoration: none;
    float: right;
}
a.gecko:hover
{
    color: #f90;
    text-decoration: underline;         
}
#install {
	display: none;
}
