/* CSS Document */

body {
	background-color: #33CCFF;
}
body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	color: #333333;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 16px;
}
.style1 {font-size: 12px}
.style2 {
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
}

a {
	font-size: 12px;
	color: #000099;
	font-weight: bold;
}
a:visited {
	color: #0099CC;
}
a:hover {
	color: #0099CC;
}
a:active {
	color: #000099;
}

