
a:link {
	color: #0000FF;
        text-decoration:none;	
}
a:visited {
	color: #0000FF;
        text-decoration:none;
}
a:hover {
	color: #FF3300;
        text-decoration:underline;
}
.button2{
  font-size : 10pt;
  color : white;
  background-color : #ff3333;border-style : outset outset outset outset;border-color : #ff8040 #ff8040 #ff8040 #ff8040;
  }
.button3{
  font-size : 10pt;
  color : white;
  background-color : #009933;border-style : outset outset outset outset;border-color : #009900 #009900 #009900 #009900;
  }
