@charset "utf-8";
/* CSS Document */

html {
	background-image: url("../images/rainx.jpg");
	background-position: left top;
	background-attachment: fixed; 
	padding-top: 10px;
	background-size: 100% 100%;
}

#header {
	background-color: #001100;
	width: 75%;
   height: 125px; 	
	box-shadow: 0px 0px 30px #000000; 
	border-top: 1px solid #CFDCD3; 
	border-left: 1px solid #CFDCD3; 
	border-right: 1px solid #CFDCD3; 
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	margin: 0 auto; 
	vertical-align: middle;
	font-size: 32pt;
	font-family: "Arial Black", Gadget, sans-serif;
	font-weight: bold;
	color: #FDFFFB; 
	position: relative;
}

#main {
	width:75%;
	align: center;
	background-color: #EAF2EE; 
	box-shadow: 0px 0px 30px #000000; 
	border: 1px solid #CFDCD3;
	margin: 0 auto;
   height: 1500px;
   font-size: 20 pt;
   text-decoration: none;
}

#main-content {
   width: 90%;
   align: center;
   font-family: Segoe UI;
   font-size: 12pt;
	font-weight: normal;
   color: black;
   position: relative;
   margin: 25px auto;
   padding-left: 50px;
   padding-right: 50px;
}

#main-content a {
   text-decoration: none;
   text-decoration-line: none;
}

#main-content a:visited {
   color: blue;
}

#main-content a:hover {
   color: blue;
   text-decoration-line: none;
}

#main-content a:active {
   color: blue;
   text-decoration: none;
}

table, td {
   border-top: 1px solid lightgray;
   border-bottom: 1px solid lightgray;
   border-collapse: collapse;
   text-align: left;
   align: left;
   text-decoration: none;
   text-decoration-line: none;
}

table a {
   text-decoration: none;
}

table a:visited {
   color: blue;
}

table a:hover {
   font-weight: bold;
   text-decoration-line:underline;
   text-decoration-color: red;
}

table a:active {
   color: blue;
}

#footer {
   text-align: center;
   align: center;
   width:100%;
	margin: 2 auto;
	color: black;
	font-size: 5 pt;
	font-family: "Segoe UI", "arial","Verdana", "sans-serif";
   position: absolute;
   bottom: 0;
   left: 0;
}

.notation {
   font-family: Segoe UI;
   font-size: 5 pt;
   font-weight: light;
   color: gray;
}