body {
 font-family: Arial;
 color: #FF6699;
 background: black;
}
h1 {
 font-size: 18px;
}
h2 {
 font-size: 16px;
}
a:visited,a:link,a:active {
 color: #6666FF;
}
a:hover {
 color: white;
 background: blue;
 text-decoration: none;
}
.head {
 font-family: Verdana;
 font-size: 14pt;
}
blockquote {
 font-family: Arial;
 font-size: 12px;
}
.border {
 border: solid 1px silver;
 padding: 5px;
}
.theme {
 border: solid 1px silver;
}
table {
 font-size: 11px;
}

.input {
 color: black;
 font-size: 9px;
 font-family: Verdana;
 border: 1px solid silver;
 padding-top: 0px;
 padding-bottom: 0px;
 padding-left: 2px;
 padding-right: 2px;
}
.button {
 font-size: 8px;
 font-weight: bold;
 font-family: Verdana;
 border: 1px solid silver;
 padding: 0 0 0 0;
}

.stitle {
font-family: Verdana;
font-weight: bold;
font-size: 10px;
}

.box {
 padding-left: 10px;
 padding-right: 10px;
 border: solid 1px silver;
 background: #FF6699;
 color: black;
 font-weight: bold;
}
.link {
 font-size: 120%;
 font-weight: bold;
 text-decoration: none;
}
.nlink:hover {
 border: 0px;
 background: transparent;
}
