html, body {
 margin: 0 0 10px 15px;
 padding: 0;
 font-family: Georgia;
 font-size: 14px;
 text-align: center;
 color: #660000;
 background-color: #D8BFD8;
 scrollbar-base-color: #D8BFD8;
 scrollbar-arrow-color: #660000;
}

#pagewidth {
 width: 780px;
 text-aligh: justify;
}

#header {
 position: relative;
 width: 100%;
 height: 30px;
 padding: 5px;
 margin-bottom: 0px;
 background-color: #C71585;
 font-size: 16px;
 font-weight: bold;
 color: #FFFFFF;
 text-align: center;
}

#main {
 position: relative;
 padding: 10px 10px 10px 10px;
 background-color: #FFFFFF;
 text-align: justify;
}

#topic {
 font-weight: bold;
 padding-bottom: 5px;
}

#subtopic {
 padding-left: 10px;
 padding-bottom: 5px;
}

#p {
 padding-left: 15px;
 padding-right: 20px;
}

img {
 margin-top: 5px;
}

li {
 padding-bottom: 10px;
}

a:link {
 color: #DC143C;
 text-decoration: none;
}

a:visited {
 color: #DC143C;
 text-decoration: none;
}

a:hover {
 color: #DC143C;
 text-decoration: underline;
}

a.header:visited, a.header:link {
 text-decoration: none;
 cursor: pointer;
}