body {
	font-family: Arial, Helvetica, sans-serif, Monospace;
	font-size: 12px;
	background-color: #000066;
	color: white;
	scrollbar-arrow-color : white;
	scrollbar-base-color : #000066;
	scrollbar-face-color : #000099;
	scrollbar-highlight-color : #0099FF;
	scrollbar-shadow-color : Black;
}

.titul {
	font-family: Arial, Helvetica, sans-serif, Monospace;
	font-size: 16px;
	color: white;
	background-color:#000099;
	font-weight: bold;
}
.desc {
	font-family: Arial, Helvetica, sans-serif, Monospace;
	font-size: 12px;
	color: white;
}

table {
	border-width: 1;
	border-color: white;
}

h1 {
	font-family: Arial, Helvetica, sans-serif, Monospace;
	font-size: 32px;
	text-align:center;
	vertical-align: bottom;
}
a:link{
	font-family: Arial, Helvetica, sans-serif, Monospace;
	color: white;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	}
a:hover{ 
	font-family: Arial, Helvetica, sans-serif, Monospace;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	background-color:#0099FF;
	}
a:visited {
	font-family: Arial, Helvetica, sans-serif, Monospace;
	color: gray;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	}	
image {
	border: 0;
	}
