/* CSS for Internet Glossary page */

.main_section {
padding: 10px;
min-height: 400px;
}

.info_out { 
 background: none;
}
#right a {
color: #fff;
text-decoration:underline;
}
#right a:hover {
font-weight: bold
}
td {
padding: 5px;
}
.glossword {
font-size: 1.2em;
font-weight: bold;
}

.glossmeaning {
font-size: 1.2em;
font-weight: normal;
}

#category {
	float: left;
	width:250px;
}
#search {
	float: right;
	width:250px;
}
.info {
	width: 550px;
	padding-right: 20px;
	font-size: 1.2em;
}
H2 {
	margin-top: 10px;
}
