body, html {
				background: #FFF;
				line-height: 1.4;
			}
			.container {
				width: 800px; 
				margin: 0 auto;
			}
			.red {
				color: #E7231D;
			}
			#header {
				padding: 20px 0 10px 0;
				margin-bottom: 60px;
				border-bottom: 4px solid #16449c;
				}
				#header img {
					float: left;
				}
				.contact {
					float: right;
					padding: 25px 10px 0 0;
					
					font: 16px/1.2 'Myriad Pro', arial;
					color: #16449C;
					text-align: right;
					}
					.contact p + p {
						font-weight: bold;
						font-size: 24px;
					}
				br.clear {
					margin: 0;
					padding: 0;
					clear: both;
				}
				strong {
					font-weight: bold;
					color: #16449C;
					font-size: 1.2em;
				}
				div#body p {
					margin-bottom: 10px;
				}
				
				a:visited { color: #222; }
				a:active { text-decoration: underline;}
				a {
					background: #f1f1f1;
					padding: 3px 4px;
					text-decoration: none;
					color: #222;
				}
				a.usual {
					color: #06F;
					padding: 5px 4px;
					text-decoration: underline;
				}
				a.usual:active {
					color: #E21;
				}
