@charset "UTF-8";
/* CSS Document */

body {
	padding: 0;
	margin: 0;
	background-color: #ECECEC;
	color: #181818;
	}
	

#main {
	font-size: 1em;
	font-family: Georgia, "Times New Roman",Times;
	line-height: 1.2em;
	letter-spacing: normal;
	}

a {
	color: #882266;
	font-style: italic;
	font-weight: lighter;
	}


h2 {
	font-family:Georgia, "Times New Roman", Times,sans-serif ;
	font-size: 2em;
	}
	
p {
	font-family: Georgia, "Times New Roman",Times;
	font-size: 1.1em;
	overflow: visible;
	}

td {
	font-family: Georgia, "Times New Roman",Times ;
	font-size: 1.1em;
	overflow: visible;
	}

hr {
	border:none;
	border-bottom: #444 dashed 1px;
	width: 600px;
	}

#blue hr {
	border:none;
	border-bottom: solid 1px;
	border-color: blue;
	width: 600px;
	}



/*             FOOTER             */
#footer {
	height: 100px;
	line-height: 1.6em;
	font-family: Georgia, "Times New Roman", Times;
	}
	
a {
	color: #882266;
	font-style: italic;
	font-weight: lighter;
	}

hr {
	border:none;
	border-bottom: #444 dashed 1px;
	width: 600px;
	}

