@charset "UTF-8";
/* CSS Document */

body, #wrap { background-color: #DDDDDD; width: 1112px; }
#sidebar {background-color: #DDDDDD; width: 200px; float: left; }
#main_page {
	background-color: #FFFFFF; 
	width: 910px; 
	float: left;
	/* border: thin;
	border-style: solid;
	border-color: #000000;
	*/
	}

#dictionary a {
	text-decoration: none;
	padding-left: 10px;
}
#dictionary  a:link {color: #666666;}
#dictionary  a:visited {color: #666666;}
#dictionary  a:hover {color: #AAAAAA;}
#dictionary  a:focus {color: #AAAAAA;}
#dictionary  a:active {color: #AAAAAA;
}


.low_quality a:link, .low_quality a, .low_quality {
	color: #FF0000;
}

.med_quality a:link, .med_quality a, .med_quality {
	color: #553333;
}

.high_quality {
	color: #666666;
}

.title {
       font-family: "Courier New", Courier, monospace;
       font-size: x-large;
	   font-variant:small-caps
}

.subtitle {
       font-family: "Courier New", Courier, monospace;
       font-size: large;
	   font-variant:small-caps
}

table {
	border: hidden;
	padding-left: 10px;
}

