@charset "utf-8";
/* Document   : style.css */
article, aside, details, figcaption, figure, footer,
header, hgroup, menu, nav, section {
    display: block;
}

a {
    color: #000000;
    text-decoration: none;
}
a.logout { color: #FFCC99; }

a:hover {
	opacity: 0.6;
}

footer.footer {
    clear:both !important;
    text-align: center;
}
.footer div { margin: 0 auto; }

span.current {
    color: red;
    font-size: 16px;
}
span.portal_current {
    color: red;
    font-size: 20px;
}

