h1,h2,h3,h4,h5,h6 {color: #CD2626}

h1,h2,h3,h4,h5,h6 {text-align: center}

hr {color: #CD2626}

body 
{
background: #FFF8DC url("uef/imgs/perceptions.gif") no-repeat; 
background-position: 5px 10px;
background-attachment: fixed
}

div.rtpars {text-align: right}
div.ltpars {text-align: left}
div.ctpars {text-align: center}

.atop    {vertical-align: top;       }
.abot    {vertical-align: bottom;    }
.amid    {vertical-align: middle;    }
.asup    {vertical-align: super;     }
.asub    {vertical-align: sub;       }

a.linklist:link {
    color: blue;
}

a.linklist:visited {
    color: blue;
}

a.linklist:hover {
    color: red;
}

a.linklist:active {
    color: green;
}