.DefaultText {
	font-family: Garamond;
	font-variant: normal;
	text-transform: lowercase;
	color: #000000;
}
.HomeType {
	font-family: Garamond;
	font-size: 36px;
	font-style: italic;
	font-variant: normal;
	text-transform: lowercase;
	color: #000000;
}
a {
	font-family: Garamond;
	font-weight: bold;
	text-transform: lowercase;
	color: #000000;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:link {

	text-decoration: none;
}
a:hover {
	color: #EC2A2A;
	text-decoration: underline;
}
a:active {
	color: #EC2A2A;
	text-decoration: none;
}
body {
	margin: 0px;
}
.bullet {
	color: #FF0000;
}
