body {
	font-family: Verdana;
	margin: 5px;
}

#header {
	background-color: #6FA7D1;
	color: white;
	padding: 5px;
	position: relative;
	height: 40px;
}


#header h1 {
	margin: 0;
	font-size: 14pt;
	float: left;
}

#nav {
	position: absolute;
	right: 10px;
}

#nav a {
        text-decoration: none;
}

#nav a img {
        border: none;
}

#content {
	margin-top: 10px;
	padding: 5px;
}

#footer {
	background-color: #6FA7D1;
	color: white;
	padding: 5px;
}

.glos_letter {
	font-size: 12pt;
        font-weight: bold;        
        margin-top: 10px;
}

.glos_term {
        font-weight: bold;
        margin-top: 10px;                   
}

/*
table {
      background-color: #FFFFB2;
      border: 1px solid #000;
       -moz-border-radius: 10px;
       -webkit-border-radius: 10px;
}
*/












.highlight { background-color: yellow }
