﻿body
{
  text-align: center;
}

a, a:hover 
{ 
  text-decoration: none; 
  color: blue; 
}

td, th 
{ 
  border: solid 1px #000000; 
}

.container
{
  width: 150px; 
  margin: 0 auto; 
  text-align: center;
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 12px;
}

.info
{
  text-transform: uppercase; 
  font-size: 9px; 
  color: #666666;
}

.powered-by
{
  text-align: right; 
  font-weight: bold; 
  font-size: 9px;
}