/*
Lynx style by dragon
Last modified: 2006. 10. 27.
*/

body {
   margin: 20px;
   color: silver;
   background-color: black;
   font-size: 14px;
   font-family: "Courier New", courier, monospace;
   font-weight: normal;
   cursor: default;
   width: 700px;
}

a {
   text-decoration: none;
   color: #0000ee;
   background-color: transparent;
   cursor: default;
}

a:hover {
   text-decoration: none;
   color: #ee0000;
   background-color: transparent;
   cursor: default;
}

h1 {
   color: silver;
   background-color: transparent;
   text-align: center;
   font-size: 14px;
   font-family: "Courier New", courier, monospace;
   font-weight: normal;
}

h2, h3, h4, h5, h6 {
   margin-left: -20px;
   color: silver;
   background-color: transparent;
   font-size: 14px;
   font-family: "Courier New", courier, monospace;
   font-weight: normal;
}

/* skipp images */
img:before {
   /*content: attr(alt);*/
   content: '[img]';
}
img {
   display: none;
}

input {
   font-family: "Courier New", courier, monospace;
   color: silver;
   background-color: transparent;
   border-top: none;
   border-left: none;
   border-right: none;
   border-bottom: 1px solid silver;
   cursor: default;
}

textarea {
   font-family: "Courier New", courier, monospace;
   color: silver;
   background-color: transparent;
   border: 1px solid silver;
   cursor: default;
}

button, input.button {
   font-family: "Courier New", courier, monospace;
   color: #0000ee;
   background-color: transparent;
   border: none;
}

button, input.button:hover {
   color: red;
   background-color: transparent;
   border: none;
}

b {
   font-weight: normal;
   color: #ee00ee;
   background-color: transparent;
}

hr.myline, hr.horizbrake {
   border-top: none;
   border-left: none;
   border-right: none;
   border-bottom: 1px solid white;
   color: white;
   background-color: transparent;
   height: 5px;
}

table, tr, td, th {
   color: silver;
   background-color: transparent;
   font-weight: normal;
}

span {
   color: silver;
   background-color: transparent;
}