h1 {
	color: #EAEFF2;
	font-family: "Arial";
	text-align: center;
	text-decoration: underline;
}

h2 {
	color: #EAEFF2;
	font-family: "Arial";
	text-align: left;
	text-decoration: underline;
    font-size: 1.5em;
}

h3 {
	color: #EAEFF2;
	font-family: "Arial";
	text-align: left;
	text-decoration: underline;
    font-size: 1.17em; 
}

h4 {
	color: #EAEFF2;
	font-family: "Arial";
	text-align: left;
	text-decoration: underline;
}

h5 {
	color: #EAEFF2;
	font-family: "Arial";
	text-align: left;
	text-decoration: underline;
    font-size: .83em;
}

h6 {
	color: #EAEFF2;
	font-family: "Arial";
	text-align: left;
	text-decoration: underline;
    margin: 1.67em 0;
}

a, p, td {
	color: #EAEFF2;
	font-family: "Arial";
}

html,body { 
	height:100%;
	color: #EAEFF2;
	background-color: #2E2E2E;
	font-family: "Arial";
}

//a[href] {
	//-o-transition:color .20s ease-out, background 10s ease-in;
	//-ms-transition:color .20s ease-out, background 10s ease-in;
	//-moz-transition:color .20s ease-out, background 10s ease-in;
	//-webkit-transition:color .20s ease-out, background 10s ease-in;
	//transition:color .20s ease-out, background 10s ease-in;
//}

a[href]:hover { 
	color:yellow;
}
	
.rand {
	box-shadow:inset 0px 0px 80px solid grey;
	-webkit-box-shadow:inset 0px 0px 80px solid grey;
	-moz-box-shadow:inset 0px 0px 80px solid grey;
}
	
.greyborder {
	border: 2px solid grey;
}

.copyright {
	text-align: center;
	color: #878787;
	font-size: 10px;
	font-family: "Arial";
}

.displayed {
	display: block;
	margin-left: auto;
	margin-right: auto;
	z-index: -1;
	width: 1200px;
}

.content {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 1200px;
}

.linkTab {
	font-family: "Arial";
	font-size: 25px;
	text-align: center;
}