body
	{
	text-align: left;
	}
a:hover
	{
	color: blue;
	text-decoration:none;
	}
a.linkclass
	{
	color: blue;
	text-decoration:none;
	}
a.linkclass:link
	{
	color: blue;
	text-decoration:none;
	}
a.linkclass:alink
	{
	color: blue;
	text-decoration:none;
	}
a.linkclass:vlink
	{
	color: blue;
	text-decoration:none;
	}
a.linkclass:hover
	{
	color: blue;
	text-decoration: underline;
	}
h1
	{
	font-size:200%;
	}
h2
	{
	font-size:180%;
	font-weight: 600;
	}
h3
	{
	font-size: 140%;
	font-weight: 600;
	color: blue;
	}
h4
	{
	font-size: 120%;
	font-weight: 600;
	color: blue;
	}
.H2Like
	{
	font-size:10%;
	font-weight: 600;
	color: blue;
	}
.H3Like
	{
	font-size:140%;
	font-weight: 600;
	color: blue;
	}
.MainFont
	{
	color: black;
	}

