body {
background: black;
color: white;
font-family: arial,helvetica;
}
p {
font-family:times new roman,helvetica;
width:800px;
font-size:12px;
text-align:justify;
color:white;
}
h1 {
font-family:times new roman,helvetica;
font-size:24px;
width:800px;
text-align:justify;
color:white;
}
h2 {
font-family:times new roman,helvetica;
font-size:18px;
width:800px;
text-align:justify;
color:white;
}
li {
font-family:times new roman,helvetica;
width:800px;
font-size:14px;
text-align:justify;
color:white;
}
#redtext {
font-family: italic arial, times new roman;
font-size:14px;
text-decoration:italics underline;
width:800px;
text-align:justify;
color:red;
}
a:visited {
color: white;
text-decoration: none;
}
a:link {
background: black;
color: white;
text-decoration: none;
border 1px solid white;
}
a:hover {
background: gray;
color:black;
text-decoration: none;
border-bottom: 1px solid white;
border-right: 1px solid white;
}
#container {
width: 810px;
max-height: 1000px;
border: 1px white solid;
padding: 5px;
}