@charset "iso-8859-1";
body {
background-color : #000000;
margin : 0;
text-align: center;
}

table {
color : black;
}

img {
border-color : #000000;
}

a:link {
color : #3333ff;
text-decoration : none;
}
a:visited {
color : #333399;
text-decoration : none;
}
a:hover {
color : #330000;
text-decoration : none;
}

h1 {
  font-family: Impact;
  font-weight: normal;
}



.navbar {
  padding: 5px 0px 5px 0px;
  background-color: black;
  color: white;
  font-family: Impact;
  font-size: 14px;
}
  

.navbar a {
  color: white;
  background-color: black;
  text-decoration: none;
  padding: 5px 15px 5px 5px;
}


.navbar a:visited {
  color: white;
  background-color: black;
  text-decoration: none;
  padding: 5px 15px 5px 5px;
}

.navbar a:link {
  color: white;
  background-color: black;
  text-decoration: none;
  padding: 5px 15px 5px 5px;
}


.navbar a:hover {
  color: black;
  background-color: #cccccc;
  padding: 5px 15px 5px 5px;
}

.content {
  padding: 50px 20px 20px 20px;
  color: black;
  background-color: white;
  font-size: 16px;
  font-family: Times
}


a.navselect:link {
  color: black;
  background-color: white;
}

a.navselect:hover {
  color: black;
  background-color: white;
}

a.navselect:visited {
  color: black;
  background-color: white;
}

.footer {
  display: block;
  text-align: center;
  font-size: 12px;
  font-family: Arial;
}

.center {
  text-align: center;
  align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}


.header {
  text-align: right; 
  padding: 7px; 
  color: white;
  font-family: Impact;
}

.products {
  display: block;
}

.products td {
  background: white url('images/products/frame.jpg') center no-repeat;
  text-align: center;
  padding: 22px;
  font-size: 12px;
}  


.products IMG {
  margin-bottom: 5px;
  border: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.products a:link {
  font-family: Arial;
  color: #000033;
  font-weight: bold;
}

.products a:visited {
  font-family: Arial;
  color: #000033;
  font-weight: bold;
}

.products a:hover {
  color: #330000;
}

.testimonials td {
  font-size: 18px;
  font-family: Times;
}