/* main store body */

body {

	margin: 0px;

	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;

	font-size: 12px;

	background-color: #666666;

	text-align: center;

}



/* store hyperlink color */

a {

  color: #cccccc;

  font-size: 14px;

  text-decoration: none;

  font-weight: normal;

 }



/* store hyperlink hover color */

a:hover {

  color: #cc99ff;

  font-size: 14px;

  text-decoration: none;

  font-weight: normal;

}



form {

	display: inline;

}



.style1 {

font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;

font-size:12px;

color: #66CC99;

}



.style2 {

font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;

font-size:14px;

color: #FF6633;

}


