/* v.2.18 & v2.18a for Lesson 1-30 */

BODY {
    font-family: 'Times New Roman', sans-serif;
    margin-left: 4%;
    margin-right: 4%;
    line-height: 150%;
    color: #00008B;
    background-color: #E8E2D6;
}

#STUDENT {
    background-color: navy;
    color: white;
    border-style: none;
    border-width: 1px;
    margin-left: 0px;
    padding-left: 16px;
    font-weight: bold;
    font-size:expression(document.body.clientWidth/32);
    text-align: center;
}

.ITEM {
    font-family: 'Times New Roman', sans-serif;
    line-height: 115%;
}

PRE {
    line-height: 115%;
}

SPAN.NAME {
    font-style: italic;
    font-weight: bold;
}
SPAN.IMPORTANT {
    font-weight: bold;
}
SPAN.GREEN {
    color: green;
    font-weight: bold;
}
SPAN.RED {
    color: red;
    font-weight: bold;
}

FIELDSET {
    padding: 2% 2% 1% 2%;
    border-width: 2px;
    border-color: Blue;
}

DT {
    font-weight: bold;
    line-height: 200%;
}

TD {
    font-family: 'Times New Roman', sans-serif;
}

INPUT {
    font-family: 'Times New Roman', sans-serif;
    font-weight: bold;
}

LEGEND {
    font-weight: bold;
}

A {
    color: blue;
    text-decoration: none;
}

A:link {
    color: blue;
}

A:visited {
    color: purple;
}

A:hover {
    background-color: #00FFFF;
    border-color: #0000FF;
    border-style: solid;
    border-width: 1px;
    color: #FF0000;
    font-weight: bold;
}

A:active {
    color: green;
}

SPAN.RU {
    border-bottom:1px solid red;
}

SPAN.NU {
    border-bottom:1px solid navy;
}

SPAN.HIDE {
    color:#E8E2D6;
}

SPAN.SHOW {
    color:red;
}
FIELDSET.HIDE {
    display:none;
}

FIELDSET.SHOW {
    display:'';
}
P.BOX {
    background-color: #FFFACD;
    border-color: #FF0000;
    border-style: solid;
    border-width: 2px;
    color: #000000;
    margin-left: 5%;
    margin-right: 5%;
    padding: 2%;
}
DIV#FOOT {
    font-size:expression(document.body.clientWidth/72);
    text-align: center;
}
P#CONTENT {
    font-size:expression(document.body.clientWidth/44);
    text-align:justify;
}
P#BTN {
    text-align: center;
}
SPAN.DEF {
    cursor:hand;
    font-weight:bold;
    color:green;
    behavior:url(css/popuptip.htc);
}
@media all {
    MY\:DEF {
        cursor:hand;
        font-weight:bold;
        color:green;
        behavior:url(css/popuptip4.htc);
    }
    MY\:KEY {}
    MY\:ADD {}
    MY\:TIP {}
}
