root { 
    display: block;
}
body {
    margin:0px;
    padding: 0px;
    font-family:Arial;
    background-color:#000000;
}

#wrapper {
    width:100%;
    height:790px;
    overflow:hidden;
    text-align:center;
    background-color:#000000;
}

#container {
    width:1024px;
    height:790px;
    overflow:hidden;
    margin:0px auto;
    text-align:left;
    background-color:#FFFFFF;
}

.tab {
    width:952px;
    height:650px;
    padding:0px;
    margin:0px;
    margin-top:16px;
    text-align:left;
    overflow:auto;
    overflow-x:hidden;
    background-color:#FFFFFF;
    font-size:24px;
}

/* These styles can be changed */

.tab a:link {color: #006699; font-weight:bold; text-decoration:none; }
.tab a:active {color: #aa0000; font-weight:bold; text-decoration:none; }
.tab a:visited {color: #006699; font-weight:bold; text-decoration:none; }
.tab a:hover {color: #aa0000; font-weight:bold; text-decoration:none; }

.tab p {
    padding:0px;
    margin:16px;
}

.tab .rule {
    clear:both;
    margin:32px;
    border-bottom:2px solid gray;
}

.tab h1 {
    clear:both;
    padding:16px;
    margin:0px;
    font-size:36px;
    font-weight:bold;
    color:#cc6600;
}

.tab h2 {
    margin:0px;
    padding:4px;
    font-size:24px;
    font-weight:bold;
    color:#006699;
}

.tab .code {
    font-family:Courier New;
    font-weight:bold;
    color:#cc6600;
}

.tab .quote {
    clear:both;
    margin:16px;
    padding:16px;
    background-color:#DDDDFF;
    border:1px solid black;
    font-style:italic;
    color:#000000;
}

.tab .important {
    clear:both;
    margin:16px;
    padding:16px;
    background-color:#ffaa66;
    border:1px solid black;
    font-weight:bold;
    color:#000000;
}

.tab img {
    float:left;
    margin:16px;
    border:1px solid gray;
}

.tab ul {
    margin:0px;
}

.tab .emph{
	font-weight: bold;
}

.tab .whitespace {
    clear:both;
    padding:24px;
}
