/* CSS Document */

body {	
	font-family:verdana,helvetica,sans-serif;
	background: #ccc /* url('../images/background.jpg') top center repeat-y */;
	margin:0px 0px 0px 0px;
	text-align:center;
	}

.regular13 {font-size:13px;}
	
<!-- .entire {
	height:100%;	
	width:468px;
	background-color:#fff;
	} -->

table.big {
	border-left: #eee 0px solid;
	border-right: #eee 0px solid;
	width: 468px;
	height:100%;
	}


td.content {padding:0px;
    line-height:18px;
    background-color:#fff;
	border:#999 0px solid;
	vertical-align:middle;
	font-weight:normal;
	vertical-align:top;
	}
	
h1 /* main search page "Mentaurs" */ {font-family:georgia,times,serif;
	font-size:16px;
	font-weight:bold;
	color:#000;
	text-align:left;
	}

h2 /* dictionary word */
{font-family:times,georgia,serif;
	font-size:28px;
	font-weight:normal;
	color:#000;
	text-align:left;
	padding-bottom:2px;
	}

h3 /* text headings */ {
	font-size:14px;
	font-weight:bold;
	color:#000;
	margin-top:1px;
	margin-bottom:0px;
	text-align:left;
	}

h3.coolheader {
 	font-family:georgia,times,serif;
	font-size:16px;
	font-weight:bold;
	color:#996600;
	margin-top:1px;
	margin-bottom:0px;
	}
	
h3.coolheader  a {
	text-decoration:underline;
	color:#ff6600;
	font-weight:bold;
	}
	
h3.coolheader a:hover {
	text-decoration:none;
	color:#000;
	font-weight:bold;
	}

li {font-size:12px;}

.textfield { /* text field to type word into */
	width:150px;
	border:#666 1px solid;
	background-color:#fff;
	color:#99000;
	font-size:12px;
	font-family:verdana,sans-serif;
	padding:3px;	
	}
	

.button {
	border:#666 1px solid;
	background-color:#F2D3AC;
	font-size:12px;
	color:#000;
	font-weight:bold;
	font-family:verdana,sans-serif;
	padding:0px;
	}
	
.searchbox {
	background:#fff url('../images/bannerbeta.jpg') no-repeat top right;
	padding: 10px 0px 0px 10px;
	text-align:left;
	font-size:12px;
	border-bottom:1px #ccc solid;
	vertical-align:top;
	}

.searchbox a {font-weight:bold;
	text-decoration:none;
	border-bottom:2px #ff9900 dotted}

.searchbox a:hover {font-weight:bold;
	text-decoration:none;
	border:0px}

.results {
	padding: 15px;
    font-size:13px;
	text-align:left;
	vertical-align:top;
	background-color:#fff;
	color:#333;
	}

.definition1 {
	font-family:georgia,times,serif;
	font-size:14px;
	font-weight:bold;
	color:#000;
	}

.sentence {margin-left:15px;}

.searchcategory {
	font-family:verdana,helvetica,sans-serif;
	font-size:12px;
	color:#000;
	line-height:20px;
    padding:2px;
    margin:0px;
    }

.searchcategory a {
	color:#ff6600;
	font-weight:bold;
	text-decoration: none;
	}

.searchcategory a:hover {
	color:#666;
	font-weight:bold;
	text-decoration: none;
	}

.externaldictionary {
	font-family:verdana,helvetica,sans-serif;
	font-size:11px;
	color:#666;
	line-height:20px;
	background:#fff;
     padding:2px;
     margin:0px;
             }

.notsat {
	font-family:verdana,helvetica,sans-serif;
	font-size:16px;
	color:#666;
	line-height:20px;
	background:#fff;
     padding:2px;
     margin:0px;
             }


.googled {
	border-bottom:#BFC8CE 0px solid;
	font-family:verdana,helvetica,sans-serif;
	color:#999;
	font-size:11px;
    /* background-color:#fafafa;*/
    padding:2px;
    margin-left:2px;
	}
	
.footer {
	font-size:11px;
	color:#666;
	text-align:center;
	padding-top:3px;
	padding-bottom:3px;
	background-color:#fff;
	border-top:#eee 0px solid;
	}

.footer a {
	color:#ff6600;
	text-decoration:underline;
	font-weight:normal;
	vertical-align:top;}

.footer a:hover {	color:#000;
	text-decoration:none;
	font-weight:normal}

a {	color:#3366CC;
	text-decoration:underline;
	font-weight:normal}
	
a:hover {	color:#000;
	text-decoration:none;
	font-weight:normal}