/* http://www.geocities.com/gameplaya15143 */

/* globals */
body{background: #008500; color: #FF9C4A}
a:link{color: yellow}
a:visited{color: pink}
a:hover{color: lime}
a:active{color: magenta}

/* index */
.index{margin: 0px;}
.navdiv{position: absolute; left: 0; top: 0; bottom: 0; width: 175px;}
.navframe{height: 100%; width: 100%; border-width: 0px;}
.maindiv{position: absolute; left: 175px; top: 0; bottom: 0; right: 0;}
.mainframe{height: 100%; width: 100%; border-width: 0px;}

/* content */
.title{text-align: center; color: purple; font-size: large; font-weight: bolder}
.heading{text-decoration: none; margin: 0px; font-weight: 500;}
.section{margin-bottom: 1em; border-top: 1px dotted;}