/*
 Copyright 2009, Dan C. Maftei
 Released under the Creative Commons BDS license
 http://creativecommons.org/licenses/BSD/
 */

#card_container { width: 3.5in; margin: 1em auto; }
#card_shadow, #card_content { position: relative; bottom: 3px; right: 3px;}
#card_shadow { background-color: #ccc; }
#card_content { background-color: #fff; color: #000; border: 1px solid black; height:2in }
#card_content td { font-family: "Times New Roman", serif; font-size: 16pt; font-weight: bold; }
#card_content td { width: 3.5in; height: 2in; text-align: center; vertical-align: middle; }
#card_text { color: black; text-decoration: none; outline: none; }
#card_source { visibility: hidden; width: 0; height: 0; }
