# $Id: nutgs.css,v 1.2 2017/11/26 17:02:42 heegard Exp heegard $

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: normal;
	#background-color: #FFF8F8;
}
h1 {
	font-size: 28px;
	font-weight: bold;
	letter-spacing: .3em;
	color: #555555;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	color: teal;
}
h3 {
	font-size: 24px;
	font-weight: normal;
	color: #FFFFFF;
}
a {
	font-family: arial, 'sans serif';
	font-size: 14px;
	letter-spacing: 0.2em;
	font-weight: normal;
}
a:link {
	//color: #663399;
	color: darkblue;
}
a:hover {
	font-size: 16px;
	//color: #FF33CC;
	color: darkgreen;
}
a:visited {
	//color: #7744AA;
	color: darkred;
}
img {
	border: 0px solid #CCCCCC;
}
b {
	font-size: 14px;
	font-weight: bold;
	color: #666699;
	letter-spacing: .2em;
}

i {
	font-size: 14px;
	font-weight: italic;
	color: #666699;
	letter-spacing: .2em;
}

table {
	border-right-style: none;
	border-left-style: none;
}

table.menubar {
	border-style: none;
	height: 0;
	width: 80%;
}
td.menubar {
	height: 0;
}
tr.menubar {
	height: 0;
}
.title  {
	font-size: 24px;
}
.caption {
	font-family: arial, 'sans serif';
	font-size: 10px
}
div.caption {
	color: #1133CC;
}
.filename {
	font-family: arial, 'sans serif';
	font-size: 18px
}
div.filename {
	color: #1133CC;
}

dd {
	font-size: 18px;
	font-weight: bold;
	color: teal;
}
