@charset "iso-8859-1";
body { 
 font-family : Geneva, Arial;
 background-color : #808080;
 color : #000033;
} 
div.Titles { 
 position : absolute;
 left : 10%;
 width : 80%;
 text-align : center;
 top : 5px;
} 
div.CardStyle { 
 position : absolute;
 font-family : Geneva, Arial;
 padding : 5px;
 border-style : solid;
 border-width : 1px;
 color : #000000;
 background-color : #bbbbee;
 left : -50px;
 top : -50px;
 overflow : visible;
} 
div.Feedback { 
 background-color : #f5f5dc;
 left : 1px;
 top : 1px;
 z-index : 1;
 border-width : 1px;
 border-style : none;
 text-align : center;
 color : #000033;
 padding : 5px;
 position : absolute;
} 