/*BODY*/
body
{
	background-color: #dde6ff;
	background-attachment: fixed;
}

#menu
{	
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
}

#menu ul
{
	list-style-type: none;
}

#menu li
{
	display: inline-block;
	margin-right: 50px;
}

#menu a
{
		color: #041521;
}

table
{
    border-collapse:  collapse;
	background-color: #e5f5ff;
	width: 100%;
	border-spacing: 0px 10px;
}

td
{
	border: 1px solid black;
	font-size: 1.1em;
	color: black;
	font-weight: bold;
	height: 43px;
	
}

#first
{
	width: 183px;
}

#second
{
		width: 63px;
		text-align: center;
}

#title
{
		text-align: center;
		font-size: 1.3em;
		
}

#intro
{
		text-align: center;
		font-size: 1.7em;
		font-weight: bold;
}

#logo
{
	margin-right: 10%;
	margin-left: 10%;
}

#logo2
{
	margin-right: 10%;
	margin-left: 15%;
}

a
{
	color: #0c3575;
}

h1
{
	font-size: 1.2em;
}

h2
{
	font-size: 1.0em;
	color: red;
}

h3
{
		font-size: 1.1em;
		color: blue;
}

