/* <style type="text/css"> */ /* First two and last two lines are commented out and used for an internal CSS file. */
/* <!-- */                    /* This CSS is an external CSS file. */
/* File [acronyms.css] written in conformance to CSS 3.0 [Cascading Style Sheets Version 3.0] 
   by Doug Palmer last updated 03/26/2008 */

.center {
text-align: center;
}
.center150pct {
font-size: 150%;
text-align: center;
}
.center180pct {
font-size: 180%;
text-align: center;
}
.red {
color: #ff0000; /* red */
}
.pt25 {
text-indent: 0.25in;
}
.teal {
color: #008080; /* teal */
}

a:link { /* unvisited link */
background-color: #faebd7; /* AntiqueWhite */
color: #0000ff; /* blue */
text-decoration: underline;
}
a:visited { /* visited link */
background-color: #faebd7; /* AntiqueWhite */
color: #000080; /* navy */
text-decoration: underline;
}
a:hover { /* mouse-over link */
background-color: #000080; /* navy */
color: #ffff00; /* yellow */
text-decoration: none;
}
a:active { /* selected link */
background-color: #000080; /* navy */
color: #008080; /* teal */
text-decoration: overline underline;
}

/* <body link="blue" alink="teal" vlink="navy" text="black"> */ /* very obsolete */
body {
background-color: #faebd7; /* AntiqueWhite */
color: #000000; /* black */
font-family: "Times New Roman", serif;
font-size: medium;
margin: 0.5pc 0.5in;
}

dd {
display: compact;
}
dd.disc-outside {
list-style: disc outside;
}
dd.square-outside {
list-style: square outside;
}

dt {
font-weight: bold;
}

h1 {
color: #008080 /*teal*/;
text-align: center;
}

h2 {

}

p.right-top {
position: fixed;
right: 1px;
text-align: right;
top: 0.35in;
z-index: 0;
}

ul {
display: table-row-group;
list-style: disc outside;
}
.disc-inside {
list-style: disc inside;
}
.square {
list-style: square outside;
}
/* End-of-File [acronyms.css] */
/* --> */      /* This line used only in an internal CSS segment within an XHTML file */
/* </style> */ /* This line used only in an internal CSS segment within an XHTML file */
