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

#logo 

{
	display: block;
    margin-left: auto;
    margin-right: auto

}


header
	{

		text-align: center;

	}

a
	{
		text-decoration: none;
	}

li
	{
		display: inline;
		list-style-type: none;
		margin 0;
		font-family: Helvetica, Arial, sans-serif;
		padding: 2px;

	}

li a {
		color: black;
		background-color: #b3daff;
		padding: 10px;
		line-height: 300%;
		border-radius: 3px;
		outline: 1px;
		outline-color: #3e77b6;
}

li a:hover{
	background-color: #96c8f6;
}

li a:active{
	background-color: ##55a1e7;
}

main {
		text-align: center;
}

footer {
		text-align: center;
}

h3 {
		font-family: Helvetica,Arial;
		color: #404040;
		font-size: 40px;
		text-align: center;
}

h2 {
	font-family: Helvetica,Arial;
		color: red;
		font-size: 24px;
}

p {
	font-family: Helvetica,Arial;
	color: #404040;
	line-height: 24px;
}

h4 {
	color: red;
	font-family: Helvetica, Arial;
}


em {
	font-family: helvetica,Arial;
	color:#404040;
		display: block;
    margin-left: auto;
    margin-right: auto

}

caption {
	font-family: Helvetica, Arial;
	color: red;
	font-size: 24px;
	margin: 50px 0px 0px 0px;

}

table {
	font-family: Helvetica,Arial;
margin: auto;
text-align:left;
}

#td-desc {
	font-family: Helvetica,Arial;
	font-size: 14px;
	color: #838383; 
}

img {
	margin: 50px 0px 10px 0px;
}

p,em {
	text-align: center;
}

tr:nth-child(odd) {background-color: white}
tr:nth-child(even) {background-color: #b2daff}