/* style.css 4 game */
a:link {color: #466; border: #AAB; text-decoration: underline; text-align: center}
a:visited {color: #642; text-decoration:underline}
a:hover {color : #464; text-decoration: none}
a:active {color: #444}

body {background: #FFE}
h2 {font-family: 'Comic Sans MS'; background: #FFFFEF}

table, fieldset {width: 404px; border: 3px solid #F70;	font-family: 'Comic Sans MS';	border-radius: 16px;}
td {padding: 2px}
th {font-size: 1.1em}

input, textarea {border-radius: 6px}
textarea {font-family: "Courier New"; border: 2px solid black}
big {font-size: 2.2em}
button {font-size: .95em; color: white; border-radius: 8px; border: 2px solid black; background: #999}

.req {border: red 2px solid}
.but {font: 1.1em "Comic Sans MS"; display: inline-block;}
.sav {font-size: .8em; font-weight: bold ; color: #933}
.dis {border: none; background: transparent; font-size: .85em; color: #888; font-style: italic}
.gra {font-size: .75em; color: #888; font-style: italic; border: none}
.grn {background: #9C9}
.webd {font-family: Webdings}
.wing {font-family: Wingdings}
.pass {font-family: 'Andale Mono'}
.tiny {font-size: .8em}
.rev {transform: rotateY(180deg)}

@media screen {.PrintOnly {display: none ;}}
@media print {.ScreenOnly {display: none ;}}