h1{
font-size:10px;
color:#333333;
}

h2 {
font-size: 14px;
}
h3{
font-size:14px;
color:#006600;
}
A:LINK {
	text-decoration : underline;
	color : blue;
}
a:visited {
	text-decoration: none;
	color: #006600;
}
a:hover {
	text-decoration: none;
	color: #0000FF;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}
p{
font-size:12px;
}
li{
font-size:12px;
}
.style1 {font-size : 14px;}
.style2 {font-size: 10px;}
.style3 {color: #FFFFFF;}

