/*

// Digital Shop version 1.0.5
// Copyright (C) 2008 JF Nutbroek <jfnutbroek@gmail.com>
// See the included End User License Agreement (EULA)

*/

body {
  background-color: #3366FF;
  color : #000000;
  font-size : 1em;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 10px;
  margin-left: 10px;
}
  
.input {
  border: 1px solid #000000;
  background-color: #F0F0F0;
  font-size : 1em;
  font-family: Arial, Helvetica, sans-serif;
  color: #000000;
  text-align: left;
}

.button {
  font-family: Arial, Helvetica, sans-serif;
  font-size : 1em;  
  background-color: #F0F0F0;
  color: #000000;
  border: 1px solid #000000;
  padding: 0.1em 0.35em 0.1em 0.35em;
}

.tablesmaller {
  font-family: Arial, Helvetica, sans-serif;
  background-color : transparent;
  color : #000000;
  font-size : 0.75em;
  border-collapse: collapse;
}

a:link {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 1em;
  color: #3366FF;
  text-decoration : none;
}

a:visited {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 1em;
  color: #3366FF;
  text-decoration : none;
}


