body
{
	background-color: #C4CDD9;
	margin: 0px;
}

td
{
        font-size: 12px;
        font-family: Times New Roman;
        color: #585868;
}

h2
{
	color: #022F49;
        font-family: Times New Roman;
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
	display: inline;
}

a
{
	color: black;
        font-family: Times New Roman;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
}

a:hover
{
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
	font-weight: bold;
}

#container
{
	position: relative;
	margin : auto; 
	width: 750px;
	height: 500px;
	margin-top: 60px;
	background-color: white;
}
