﻿body {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", 'Francois One', Verdana, sans-serif;
	background-image: url(welcome.gif);
	background-repeat: repeat;
	background-attachment: fixed;
	text-align: center;
  	margin-top:0px;
  	margin-bottom:0px;
  	margin-right:0px;
  	margin-left:0px;
}

.container{
	max-width: 1920px;
	margin: 0 auto;
}

h1 {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", 'Francois One', Verdana, sans-serif;
	font-style: normal;
	font-weight: 800;
	font-size: 55px;
	text-align: center;
	text-shadow: 5px 5px #000000;
	color: #D3F1EB;
	border-style: none;
	border-width: thin;
	list-style-type: circle;
}
h2  {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", 'Francois One', Verdana, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 22px;
	text-shadow: 1px 1px #000000;
	color: #922027;
	border-style: none;
	border-width: thin;
	list-style-type: circle;
	text-align: left;
	text-decoration: none;
}

a {
    color: #666666;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", 'Francois One', Verdana, sans-serif;
}


table {
	margin: 0 auto;
	border: 0px;
	border-collapse: collapse;
	opacity= 0.95;
	width: 100%;    
}


th {
        background: #99cccc;
	color: white;
}

.header {
        background: #cc7fff;
	color: white;
}

th, td {
        text-align: center;
	padding: 0px;
	border="0";
	cellspacing="0";
	cellpadding="0";
}

article {
	overflow-x: auto;
}

	