@charset "UTF-8";

.Properties {
	}
	.Properties h1 {
		text-align: center;
	}

@media print {
	body {
	-webkit-print-color-adjust: exact;
	}
}
body {
	background-color: #58575b;
	color: #ffffff;
	font-family: "Times New Roman", Times, Serif;
}

.logo {
	display: block;
	margin: auto;
	margin-top: 24px;
} 

/* Set default padding, margin, and border for div */ 
div { 
    margin: 0; 
    padding: 0; 
    border: 0; 
}

/* Shell */
h1 {
	font-size: 28pt;
	text-align: center;
	margin-top: 6px;
	margin-bottom: 8pt;
	text-shadow: 2px 2px 2px #333333;
}
	
h2 {
	font-size: 17pt;
	text-align: center;
	margin: 0pt;
	margin-bottom: 1px;
	text-shadow: 1px 1px 2px #222222;
}
h3 {
	font-size: 17pt;
	text-align: center;
	margin: 0pt;
	margin-bottom: 45pt;
	text-shadow: 1px 1px 2px #222222;
}

.hubstuff {
	position: fixed;
	left: 5px;
	top: 265px;
	z-index: -120;
}

.hubstufftwo {
	position: fixed;
	right: 65px;
	top: 270px;
	z-index: -130;
}

.logo {
	display: block;
	margin: auto;
	margin-top: 24px;
} 

.login {
	position: absolute;
	top: 6px;
	right: 6px;
}

a:link {
	color: bbbbdd;
}

.hubs {
        width: 450px;
        margin-top: 30px;
        margin-left: auto;
        margin-right: auto;
        border-radius: 8px;
        padding: 12px;
        background-color: #78777b;
        box-shadow: 6px 6px 12px #222222;
        text-align: left;
        font-size: 17pt;
        font-weight: bold;
        color: #ffffff;
        font-family: "Times New Roman", Times, Serif;
        text-shadow: 1px 1px 2px #222222;   
        }
        .hubs a:link {
          font-size: 17pt;
          font-weight: bold;
          color: #ffffff;
          font-family: "Times New Roman", Times, Serif;
          text-shadow: 1px 1px 2px #222222;
          text-decoration: none;
        }
        .hubs a:visited {
                color: #ffffff;
        }
        .hubs a:hover {
                color: #dddddd;
        }

.moreInfo {
	margin-top: 30px;
	text-align: center;
	}
	.moreInfo a:link {
		font-size: 17pt;
		font-weight: bold;
		color: #ffffff;
		font-family: "Times New Roman", Times, Serif;	
		text-shadow: 1px 1px 2px #222222;
	    text-decoration: none;	
	}
	.moreInfo a:visited {
		color: #ffffff;
	}
	.moreInfo a:hover { 
		color: #dddddd;
	}

