body
{ 
  margin:0px;
  padding:0px;
}

#card
{
  border:1px solid #000;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding-top:5px;
  margin:10px;
  font:300%/.75 arial;
  width:300px;
  height:420px;
  box-shadow: 7px 7px 3px #ccc;
  -moz-box-shadow: 7px 7px 3px #ccc;
  -webkit-box-shadow: 7px 7px 3px #ccc;
}

#centertext
{
  text-align:center;
  width:55px;
}

#rule
{
  padding:5px;
  font:40%/1 arial;
  text-align: justify;
}

.red
{
  color:red;
}

.black
{
  color:black;
}

a
{
  text-decoration:none;
}