﻿body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:link {
	color: blue;
}
a:visited {
	color: purple;
}
a:hover {
	color: red;
	background-color: yellow;
}
a:active {
	color: silver;
}
.style1 {
	font-size: x-large;
}
.style2 {
	font-size: x-large;
	font-weight: bold;
}
.style3 {
	font-size: large;
}
.style4 {
	font-size: large;
	font-weight: bold;
}
.style5 {
	font-size: medium;
}
.style6 {
	font-size: medium;
	font-weight: bold;
}
.style7 {
	font-size: small;
}
.style8 {
	font-size: small;
	font-weight: bold;
}
.style9 {
	font-size: xx-small;
}
.style10 {
	font-size: xx-small;
	font-weight: bold;
}
.style11 {
	text-decoration: underline;
}
.style12 {
	color: black;
}
.style13 {
	color: green;
}
</style>

	