body {
        font-family: 'Oracle Sans Light';
	background-image: url("../pics/site/bg.jpg");
        background-repeat: no-repeat;
	background-size: cover;
	color: lime;
}

h1, h2, h3 {
	font-family: 'Georgia';
	font-weight: 400;
	margin-bottom: 0;
}       
      
ul { line-height: 1.4; }
pre { margin: 0.5em 0em 0em 0em; }
a, a:link, a:visited, a:hover {
	color: lime;
}


.login {
        right: 10px;
	top: 10px;
	border: solid 1px;
	padding: 10px;
	position: absolute;
}

.stock {
        right: 10px;
        top: 120px;
        border: solid 1px;
        padding: 10px;
        position: absolute;
        background-color: green;
        color: white;
	text-align: center;
        font-size: 30pt;
}
.nostock {
        right: 10px;
        top: 120px;
        border: solid 1px;
        padding: 10px;
        position: absolute;
        background-color: red;
        color: white;
	text-align: center;
        font-size: 30pt;
}
.stock a, .stock a:link, .stock a:visited, .stock a:hover {
	color: white;
}

