.STYLE1 {
	font-size: xx-large;
	font-weight: bold;
    position: absolute;
    text-align: center;
    top: 70px;
    width: 100%;
}
.STYLE2 {
    font-size: small;
}
a:hover {
	color: #339900;
    text-decoration: underline;
}
a {
	color: #339900;
	text-decoration: none;
}
.BG {
    background-image: url(../pic/bg.jpg);
    height: 150px;
    width: 100%;
}
