﻿
body 
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
}

#contact1
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	width: 300px;
	float: left;
	background-color:yellow;
	height: 400px;
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	text-align: center;
	border-style: solid;
	border-width: thin;
}

#contact2
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	width: 300px;
	float: left;
	background-color:yellow;
	height: 400px;
	margin: 0px 0px 0px 0px; 
	padding: 5px 5px 5px 5px;
	border-style: solid;
	border-width: thin;
}

h1
{
font-size: 18px;
color: Blue;
font-weight: bold;
}

h2
{
font-size: 16px;
color: Blue;
font-weight: bold;	
}


