/* CSS Document */

    body{
		padding: 0px;
        text-align: center;
        margin: auto;
		background: #fefda9 url(blueBG.gif) repeat-x;
		font-family: arial, sans-serif;
    }
    h1{
        text-align:center;
        color:#f7f695;
        font-size:24px;
		margin-top: 5px;
		margin-bottom: -5px;
    }
    embed{
	display:none;
    } 
    .basicCard{
        border: solid #fff 1px;
        visibility: visible;
        background-image: url("cardCvrOrig.gif");
        cursor: pointer;
        height: 136px;
        width: 109px;
        margin: 5px;
        float:left;
        display:inline;
    }
    #container {
        width:900px;
        padding:12px 0 12px 12px;
        margin:auto;
     }
    #container:after {
        content:'';
        display:block;
        clear:both;
     }
     #score{
        font-weight: bold;
        font-size: 20px;
     	color:#f7f695;
        text-align:center;
        margin-top:0px;
    }
    #play{
        font-size: 20px;
        font-weight: bold;
        color: black;
        cursor: pointer;
        margin:0pt auto;
        text-align:center;
        width:150px;
		visibility:hidden;
    }
    #play:hover{
        background-color:#B302B9;
		color: #fff;
    }
	#goodJob{
		visibility: hidden;
		font-size: 20px;
		color: #873496;
	}


