BODY
{
	font-family:century gothic, tahoma, gothic, mincho, georgia, verdana, arial
}
a
{
	color: steelblue;
	text-decoration: none;
}
a:visited
{
	color: darkcyan;
}
a:hover
{
	color: orchid;
	text-decoration: Underline;
}
h1
{
	color: steelblue;
}

.BlogText
{
	font-family: century gothic, tahoma, gothic, mincho, georgia, verdana, arial;
	font-size:small;
}
