	body
	{
		text-align:center;
		margin-top:200px;
		font-family:"trebuchet ms",tahoma,verdana,sans-serif;
		color:#4E7A87;
		line-height:18px;
		background-color:#2C444B;
	}
	#links
	{
		width:410px;
	}
	.header
	{
		width:100%;
		text-align:center;
		color:#203237;
		font-family:"trebuchet ms",tahoma,verdana,sans-serif;
		font-size:5em;
		font-weight:bold;
		letter-spacing:16px;
	}
	.info
	{
		letter-spacing:10px;
		font-size:16px;
	}
	.left
	{
		float:left;
	}
	.right
	{
		float:right;
	}
	a:link,a:visited
	{
		text-decoration:none;
		color:#4E7A87;
		cursor:default;
	}
	a:hover,a:active
	{
		text-decoration:none;
		color:#55858F;
		cursor:default;
		border-bottom:5px solid #2F484D;
	}