@charset "utf-8";
/* CSS Document */

<!--
body,td,th {
	font-family: Arial;
	font-size: 15px;
}
a {
	font-family: Arial;
	font-size: 15px;
	color: #0000FF;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #660066;
}   /* was #9900CC */
a:hover {
	text-decoration: none;
	color: #FFFF00;
}   /* was #FF0000 */
a:active {
	text-decoration: none;
	color: #FFCC00;
}   /* was #FFFF00 */
.style1 {color: #FF0000}
.style4 {font-size: 18px; color: #003300; font-weight: bold; } /* headings */
.style5 {
	font-size: 16px;
	font-weight: bold;
}
.style8 {font-size: 16px; font-weight: bold; color: #000000; } /* unused blogs */
.style9 {font-size: 16px} /*default links */
.style12 {color: #FF0000; font-size: 24px; }
.style13 {color: #FF0066} /* green for pages you are in */
.style14 {font-family: Arial; font-size: 16px; color: #33FF00; } 
body {
	background-image: url(back/1a.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
}
-->