/* CSS Document */
.style1 {font-size: two}
.style2 {font-size: x-large}
.style3 {font-size: large}
.style5 {font-size: x-large; font-weight: bold; }
.style7 {font-size: xx-large; font-weight: bold; }

a:link {
	color:#000000;   
}
a:visited {
	color: #FF3333  ;
}


