/*
  Stylesheet for errors.no
*/

BODY {
  background: url("/errors/img/ers_bg.gif");
  background-color: #005a8c;
  color: white;
  text-decoration: none;
  font-size: small;
  font-family: verdana, arial, sans-serif;
  margin: 0px 0px 0px 0px;
}

hr {
  border-top: solid;
  color: #C0C0C0;
  height: 1px;
}


a:link {
  color: #00ffff;
  text-decoration: none;
}


a:visited {
  color: #00ffff;
  text-decoration: none;
}


a:hover {
  color: #00ffff;
  text-decoration: underline;
}


/* Invisible */
.hidden {
  display: none;
}

/* Copyrightmessage */
.copyright {
  font-family: verdana, arial, helvetica;
  font-size: xx-small;
  color: #C0C0C0;
}

.title {
  color: lime;
  font-family: verdana, arial, sans-serif;
  font-size: 12pt
}

.link {
  text-decoration: none; 
  color: aqua;
}

/*
a {
  text-decoration: none; 
  color: aqua;
}
*/

/*
  Sidebar menus
  -------------
*/

/* Menu-title */
.menutitle {
  background: #0066cc;
  padding: 0px 5px 0px 5px;
}

/* Menu-body */
.menu {
  background: #5272a4;
  font-size: small;
  padding: 0px 5px 0px 5px;
}



.pagelink {
  text-decoration: none;
  color: aqua;
  font-family: "courier new";
  font-size: 10pt;
}

/*  font-family: courier new; } */

.test {
  text-decoration: none;
  color: yellow;
  font-size: 10pt;
  font-family: "courier new";
}

/*  font-family: courier new; } */

.test2 {
  text-decoration: none;
  color: rgb(255,165,0);
  font-family: "courier new"; 
  font-size: 12pt;
}

.elink {
  text-decoration: none;
  color: aqua;
}


/* .title { color: lime; font-family: verdana, arial, helvetica; font-size: large } */

.partysubt {
  font-family: helvetica, verdana, arial, helvetica; 
}

/* .b { color: white; font-family: courier new; } */

.b {
  font-family: "times new roman", serif;
  font-size: large;
  color: white;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 10em;
  padding-right: 10em;
  text-align: justify;
  text-justify: auto;
}

.asciititle {
  color: lime;
  font-family: "courier new", monospace;
  font-size: 100%;
}

.c {
  font-family: "courier new";
}

H1 { 
  color: lime;
  font-family: "courier new";
}

H2 {
  color: rgb(255,165,0);
  font-family: "courier new";
}

.dt {
  color: lime;
}


/*a:link
     {
     font-family: Courier new;
     text-decoration: none;
     color: aqua;
     }
*/

basefont {
     color: #cccccc;
}

div.menubg {
 border: solid black 1px;
 padding: 5px;
 margin: 0;
 background: #5272a4;
 font-size: small;
 top: 2em;
 right: 2em;
 left: auto;
 width: 8.5em;
 position: fixed;

}





