/* CSS Document */

.style1 {color: #FF0000}
.style2 {color: #0000FF}
.style3 {font-size: 12px}
.style5 {
	color: #FF0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.style6 {font-family: Arial, Helvetica, sans-serif}
.style7 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
}
.style8 {font-size: 10px}
a.webpage:link {
font-family:"Times New Roman", Times, serif;
font-size:12px;
text-decoration:underline;
color:#0000FF;
}
a.webpage:visited {
font-family:"Times New Roman", Times, serif;
font-size:12px;
text-decoration:underline;
color:#0000FF;
}
a.webpage:hover {
font-family:"Times New Roman", Times, serif;
font-size:12px;
text-decoration:underline;
color:#000000;
}