/* activities/Martin Gardner/The Anagram Dictionary/styles.css */

*:focus {outline: none;} /* prevents outline on clicked items */

body {background-color:#008; font-family:arial; font-size:20px; color:navy;}
h2 {text-align:center; margin-top:-6px; margin-bottom:3px;
	font-family:Georgia,serif; font-style:italic; color:blue;}
i {color:blue;}

#box {width:960px; border:1px solid black; margin:auto;
			background-color:ivory; position:relative; margin-top:10px;
		  padding-top:20px;}
.textC {text-align: center;}
#home {position:absolute; left:10px; top:10px;}
#back {position:absolute; left:60px; top:10px;}

table {margin:0 auto;}
input {font-size:20px;}
li {margin-left:0px; padding-bottom:8px; text-align:left; cursor:pointer;}
.box1 {margin-left:10px; margin-top:10px; margin-bottom:20px;
	border:5px double brown; display:inline-block; vertical-align:top;}
#boxL {width:28%; margin-left:-2px;}
#boxR {width:68%; min-height:850px;}
#letterQ {margin:20px 20px; padding:10px; border:1px solid green;} 
#wordQ {margin:20px 20px; padding:10px; border:1px solid green;} 
#select {margin:20px 20px; border:1px solid green;}
#intro {text-align:left; margin:50px 20px 0 30px; font-size:24px; color:brown;}
#eg {color:darkgreen;}
#wordQ input {width:100%;} 
