.submit-button {
  font-size: 9px;
  margin-top: 5px;
}

body {
  margin-left: 150px;
  margin-top: 50px;
  width: 150px;
  height: 50px;
  background-color:"#FFFFFF";
}

.copy {  font-family: Arial;
font-size: 9px;
font-style: normal;
line-height: normal;
font-weight: normal;
color: #FFFFFF}

.copyGray {  font-family: Arial;
font-size: 9px;
font-style: normal;
line-height: normal;
font-weight: normal;
color: #333333}


A:link {
    font-size: 9px;
	color : #FFFFFF;
	text-decoration : none;
}

A:hover {
    font-size: 9px; 
	color : #000000;
	text-decoration : none;
; background-color: #FFFFFF}

A:active {
    font-size: 9px; 
	color : #CCCCCC;
	text-decoration : none;
}

A:visited {
    font-size: 9px; 
	color : #FFFFFF;
	text-decoration : none;
}

A:visited:hover {
    font-size: 9px; 
	color : #000000;
	text-decoration : none;
}
