/* GENERAL fonts */
/* P, OL, UL, DIV, SPAN, h1, h2, h3 { font-family: verdana, arial; }*/
body {
	font-family: verdana, arial;
}
p { font-size: 14px; margin-left: 44px; }
img { border: 5px; }

/* Header Styles */
h2, h3 { color: #BE001A; }
h2 { font-size: 16px; margin-left: auto; margin-right: auto; text-align: center; }
h3 { font-size: 16px; }

/* Style for lists */
ul, li { list-style-type:circle; }
/* for listing of diploma, diss and habil */
.year { color: #BE001A; font-weight: bold; font-size: 14px; text-decoration: underline; }
.autor { font-weight: bold; font-size: 14px; margin-left: 50px; }
.autor1 { font-weight: bold; font-size: 14px; }

/* How it shall look like */
.navigation a:link { color: #E2E0E1; text-decoration: none; white-space: nowrap; }
.navigation a:visited { color: #E2E0E1; text-decoration: none; white-space: nowrap; }
.navigation a:active { background-color: #BE001A; color: #E2E0E1; text-decoration: none; white-space: nowrap; }
.navigation a:hover { color: #E2E0E1; text-decoration: underline; white-space: nowrap; }
td .navigation { width: 142px; margin-top:10px; margin-right: 1px}

.copyright { font-weight: lighter; font-size: 9px; color: #BE001A; margin-left: auto; margin-right: auto; text-align: right; }
.copyright a:link { color: #BE001A; text-decoration: none; white-space: nowrap; }
.copyright a:visited { color: #BE001A; text-decoration: none; white-space: nowrap; }
.copyright a:active { color: #BE001A; text-decoration: none; white-space: nowrap; }
.copyright a:hover { color: #BE001A; text-decoration: underline; white-space: nowrap; }

/* specials */
.hidden { visibility: hidden; font-size: 1pt; white-space: nowrap; }
.paper { background-color: #EBEBE1; }

/* .top { background-color: #E2E0E1; } */

.center {
	text-align: center;
}

