* { font-family: "FreeSans", sans-serif;
	font-size: 10pt;
	color: rgb(0, 0, 0);
	}

html { /*overflow: hidden;*/
	background-color: rgb(210, 210, 200)	
	}
   	
.big {
	font-size: 280pt;
	font-weight: bold;
	}

#symbols {
	text-align: center;
	position:relative;
	margin: auto;
	}    
	
a {
	text-decoration: none;
	}	

a:hover {
        color: rgb(140, 0, 0);
	text-decoration: none; 
	}

.img {
        height: 150px;
        margin-top: 10px;
}

#info {
	font-size: 10pt;
	text-align: center;
}

#info a {
	color:rgb(140, 0, 0);
	text-decoration: underline;
}
#state {
        text-align: center;
        color:#5D5D5D;
        position: relative;
        top: 10px;
}
#state img {
	height: 50px;
	margin-bottom: 5px;
}

#openings {
	position: fixed;
	width: 200px;
	right: 150px;
	top: 70px;
	color:#5D5D5D;
	background: rgb(210, 210, 200);
}
