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

* { 
	margin:0;
	padding:0;
}
html, body { 
	height:100%;
}
html {
	min-width:980px;
}
body{
	background:#003255;
	text-align:center;
	font-family: "Titillium Web",georgia,serif;
	color: #ffffff;
}

#logo{
	margin-bottom: -10px;
	margin-top: 10px;
}
h2{
	color: #ffffff;
}
h3{
	color: #ffffff;
}
a{
	text-decoration: none;
	cursor: pointer;
	color: #ffffff;
}

table h2{
	padding: 30px;
}

.modal, .modal a, .modal p, .modal h2{
	color: #000000;
}

.modal{
	max-width: 680px!important;
	font-family: "Titillium Web",georgia,serif;
	color: #000000;
}
