BODY {
fontFamily : times;
font-size : 18px;
}

H2 { 
font-size : 15px;
font-weight : bold;
}

H3 { 
color : green;
font-size : 15px;
}
H3 SUP {
 
font-size : 10px;
 
color : red;
 
}
.head1 {

color : #A0522D;
 
font-size : 70px;
 
font-weight : bold;
 
text-decoration : underline;
 
}
.head2 {
 
color : 006400;
 
font-size : 40px;
 
font-weight : bold;
 
}

.bigtext{ 
fontFamily : times;
font-size : 24px;
}


.text{ 
fontFamily : times;
font-size : 20px;
}

.listing {
 
font-size : 20px;
 
}
.footnote {
 
font-size : 20px;
 
color : red;
 
}
a:link {
 
fontFamily : Times New Roman;
 
text-decoration : underline;
 
color : #006600;
 
font-weight : bold;
 
}
a:visited {
 
fontFamily : Times New Roman;
 
text-decoration : underline;
 
color : #660000;
 
font-weight : bold;
 
}
a:active {
 
fontFamily : Times New Roman;
 
text-decoration : underline;
 
color : #00ff00;
 
font-weight : bold;
 
}
a:hover {
 
fontFamily : Times New Roman;
 
text-decoration : underline;
 
font-weight : bold;
 
color : #006600;
 
}
hr.a {
 
width : 50%;
 
text-align : left;
 
margin : 0 auto 0 0;
 
}
hr.b {
 
width : 50%;
 
text-align : right;
 
margin : 0 0 0 auto;
 
}
hr.c {
 
border : 0 none inherit;
 
border-top : 1px dashed #c00;
 
width : 50%;
 
text-align : center;
 
height : 1px;
 
}
hr.bg {
 
background : #fff url(/i/borderLine.gif) no-repeat 50% 100%;
 
margin : 8px auto;
 
text-align : center;
 
height : 3px;
 
width : 75%;
 
border : 0 none inherit;
 
}
hr.d {
 
border : 0 none inherit;
 
border-top : 2px solid #660033;
 
border-bottom : 2px solid #666600;
 
width : 80%;
 
height : 2px;
 
margin : 10px auto 0 0;
 
text-align : center;
 
}
hr.ee {
 
border : 0 none inherit;
 
border-top : 1px dotted #09c;
 
border-bottom : 1px solid #9cf;
 
width : 80%;
 
height : 2px;
 
margin : 10px auto 0 0;
 
text-align : left;
 
}
hr.e {
 
border : 0 none inherit;
 
border-top : 1px dashed #000;
 
border-bottom : 1px dashed #ccc;
 
width : 80%;
 
height : 2px;
 
margin : 10px auto 0 0;
 
text-align : left;
 
}
hr.f {
 
border : 0 none inherit;
 
border-top : 3px double #c00;
 
width : 75%;
 
height : 3px;
 
margin : 10px auto 0 0;
 
}
hr.g {
 
border : 3px inset #777;
 
width : 80%;
 
height : 6px;
 
margin : 10px auto 0 0;
 
text-align : left;
 
}