a:link {
	color: blue;
	text-decoration: none;
	font-family: "Comic Sans MS";
	font-weight: normal;
	font-size: small;
	font-style: normal;
}
a:visited     {
	color: blue;
	text-decoration: none;
	font-family: "Comic Sans MS";
}
a:hover   {
	color: black;
	font-weight: bold;
	text-decoration: none;
	background-color: yellow;
	font-family: "Comic Sans MS";
}
a:active {
	color: red;
	font-family: "Comic Sans MS";
}
.styleBody {
	font-family: "Comic Sans MS";
	font-size: large;
	font-style: normal;
	font-weight: normal;
}
.styleComment {
	font-family: "Comic Sans MS";
	font-size: x-large;
	font-style: italic;
	font-weight: bold;
	color: #FF0000;
}
.styleMail {
	font-family: "Comic Sans MS";
	font-size: x-large;
	font-weight: bold;
	color: #0000FF;
	text-decoration: none;
}
.styleSmall {
	font-family: "Comic Sans MS";
	font-size: x-small;
	font-style: oblique;
	font-weight: normal;
}
