﻿/* CSS Document */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
address {
	font-size: 12px;
	font-style: normal;
	}
h1 {
	font-size: 16px;
	}
h3  {
	font-size: 14px;
	font-style: italic;
	color: #FF0000;
	}
p {
	font-size: medium;
	color: #808080;
	font: small-caption;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
}
.homepageAddress {
	font-weight: bold;
	color: #FFCE00;
	text-align: center;
	}
	
body1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: small;
	color: teal;
	font-style: italic;
   }	