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

a:link  { color: black; text-decoration: none }
a:active  { color: black; text-decoration: none }
a:visited  { color: black; text-decoration: none }
a:hover  { color: black; text-decoration: underline }

h1 {
	font-size: 24px;
	color: #3366CC;
}

.style1 {
    color: #000066
}
.style2 {
    font-size: 10px
	}
.style3 {
    font-size: 12px
	}
