a:link {
    color: #333366;
}
a:visited {
    color: #333366;
} 
a:hover {
    color: #ff0000;
}
a:active {
    color: #333366;
}

body {
    font-family: Arial;
    background: #ccddff; color:#333333
}

h1{
    padding-left:5px; padding-top:1px; padding-bottom:1px; 
    background-color:#ccddff;
    font-size:120%;
}
h2{
    padding-left:5px; padding-top:1px; padding-bottom:1px; 
    border-style : solid;
    border-color : #ffd700;
    border-width : 0px 0px 3px 3px;
    font-size    : 100%;
}

table.rtdst{
    font-size:120%;
}
th{
    font-weight: normal
}
hr{ color: #ffd700;
    background-color: #ff0000;
    boarder: 3px;
}
div.space05{
    margin-bottom: 0.5em
}
div.space10{
    margin-bottom: 1.0em
}
div.space20{
    margin-bottom: 2.0em
}
pre.data{
    font-family: Courier New
}

div.aeselect {
    width: 8em;
    height: auto;
    position: absolute;
    top: 0px;
    left: 0px;
    padding-top: 1em;
    text-align: center;
}
table.aeselect {
	font-size: 80%
}
div.aemain {
    height: auto;
    position: absolute;
    top: 0px;
    left: 8em;
    border-left-style: dashed;
    border-color: #ffd700;
    border-width: thin;
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 1em;
}
div.dstmain {
    height: 100%;
    position: absolute;
    top: 0px;
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 1em;
}

ul { margin-top: -0.5em; margin-left: 4em; padding-left: 0px; }
ol { margin-top: -0.5em; margin-left: 4em; padding-left: 0px; }

