/*
classes:
  menu:	a class to outline a table in red, used for table of links on the top of most pages
  nu:	a class for links without underlines, used for the links on the top of most pages
  nu2:	a class for links without underlines, with small font, used for links in picture galleries
  nu3:	a class for links without underlines, with small font and alternate color, used for links in picture galleries

*/
body {
    margin-top: 2px;
    margin-left: 0%;
    margin-right: 0%;
    margin-bottom: 0%;
    color: #999999;
    background-color: #ffffff;
    font: .9em sans-serif; 
}


/* links */
a {
    text-decoration: underline;
    font-weight: normal;
    color: #008000;
    vertical-align: center;
}

a:visited { font-family: sans-serif;
    text-decoration: underline;
    font-weight: normal;
    color: #008000;
}
a:active { font-family: sans-serif;
    text-decoration: underline;
    font-weight: normal;
    color: #008000;
}
a:hover { font-family: sans-serif;
    text-decoration: underline;
    font-weight: normal;
    color: #ff0000; 
}

.nu {text-decoration: none;
    font-weight: bold;
    color: #008000;
}

.nu:visited {font-family: sans-serif;
    text-decoration: none;
    font-weight: bold;
    color: #008000;
}
.nu:active {font-family: sans-serif;
    text-decoration: none;
    font-weight: bold;
    color: #008000;
}
.nu:hover {font-family: sans-serif;
    text-decoration: none;
    font-weight: bold;
    color: #ff0000; 
}

.nu2 {font: 0.75em sans-serif; 
    text-decoration: none;
    color: #008000;
}

.nu2:visited {font: 0.75em sans-serif; 
    text-decoration: none;
    color: #008000;
}
.nu2:active {font: 0.75em sans-serif; 
    text-decoration: none;
    color: #008000;
}
.nu2:hover {font: 0.75em sans-serif; 
    text-decoration: none;
    color: #ff0000; 
}

.nu3 {font: 0.75em sans-serif; 
    text-decoration: none;
    color: #ff0000;
}

.nu3:visited {font: 0.75em sans-serif; 
    text-decoration: none;
    color: #ff0000;
}
.nu3:active {font: 0.75em sans-serif; 
    text-decoration: none;
    color: #008000;
}
.nu3:hover {font: 0.75em sans-serif; 
    text-decoration: none;
    color: #ff0000; 
}

input, textarea {
    font: 0.75em sans-serif; 
    color: #000000;
}

tt {
    font: 1.2em monospace;
    color: #999933;
}

h3.txt {
    font: bold 0.95em sans-serif; 
    color: #000000;
    vertical-align: bottom;
}

h5.txt {
    font: bold 0.75em sans-serif; 
    color: #000000;
    vertical-align: bottom;
}

p.txt, li.txt {
    font: 0.75em sans-serif; 
    color: #000000;
}

blockquote {
    color: #000000;
    background: #e0e0e0;

    padding: 3px;
    margin-left: 40px;
    margin-right: 40px;
}

th {
    color: #000000;
    background: #eeeeee;

    font-weight: bold;
    white-space: nowrap;
}

.grey {
    color: #999999;
    background: #fcfcfc;
}

td {
    font: .8em sans-serif; 
    color: #008000;
}

td.cv {
    font: .75em sans-serif; 
    color: #333333;
}

.events {
    color: #008000;
    border-style: solid;
    border-width: 1px;
    border-color: #dddddd;
    margin: 0px;
}

.head {
    font: bold 0.95em sans-serif; 
    color: #393939;
}
    
pre {margin-left: 2%;
    color: #000000;
    font: 11px sans-serif,monospace;
    font-weight: 300;
}

hr {
	color: #393939;
	height: 1px;
	border: 0px;
}

.menu{
	border-style: solid;
	border-width: 1px;
	border-color: #ff0000;
}

.container{
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	padding: 0px;
}

