a {
  text-decoration:none;
  color: #AADDBB;
}

a:hover  {
   text-decoration: underline;
}

a:link    {}
a:visited {}
a:active  {}

body {
	background-color: #404040;
	color: #EEDDCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
}

#screen
{
	margin: 0 auto;
	width: 700;
}

#title {
	color: #DDDDDD;
	font-size: 230%;
	font-variant: small-caps;
	font-weight: normal;
	letter-spacing: 3px;
}

#nav {
	width: 100%;
	margin: 0px;
	padding: 2px 0 2px 0px;
	text-align: left;
}

#nav ul {
     	list-style: none;
	display: inline;
	padding: 2px;
}

#nav li {
     	list-style: none;
     	list-style-type: none;
     	display: inline;
	padding: 0px 15px 0px 15px;
	font-size: 110%;
	font-variant: small-caps;
}

#nav li.selected {
        background-color: #555555;
}

#frame {
       position: relative;
       left: 60px;
       border-color: #404040;
       border-width: 5px;
       border-style: solid;
       overflow: hidden;
       width: 240px;
       height: 150px;
}

#dan {
	position: relative;
	top: -15px;
	width: 180px;
	z-index: -1;
}

#address {
    text-align: right;
    font-size: 70%;
    margin: 5 5 5 5;
}


#news li {
      margin-top: 10px;
}

h1 {
	color: #DDDDDD;
	letter-spacing: 2px;
	font-size: 150%;
	font-variant: small-caps;
	width: inherit;
}

h2 {
   	background-color:#555555;
	color: #DDDDDD;
	font-size: 100%;
	margin: 10px 0px 5px 0px;
	padding: 2px;
	text-indent: 5px;
}

h3 {
	color: #DDDDDD;
	font-size: 100%;
	font-style: italic;
}

.title-bar {
   	background-color:#555555;
	color: #DDDDDD;
	font-size: 100%;
	margin: 10px 0px 5px 0px;
	padding: 2px;
	text-indent: 5px;
	font-weight: bold;
	position: relative;
}

.title-bar .authors {	
	position: absolute;
	top: 2px;
	right: 5px;
	color: #998877; 
	text-align:right;
	font-weight: normal;
	font-style: italic;
}

div.pub{
	font-size: 100%;
	padding: 1px 5px 1px 5px;
	margin: 0px 0px 15px 5px;	
}

div.par{
	font-size: 100%;
	padding: 1px 5px 1px 5px;
	margin: 0px 0px 15px 5px;
}
