body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffcc00;
}
body {
	background-color: #00264C;
	font-size: 75%;
	margin: 20px;
}

/* top */
#top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
#top a, #top a:visited, #top a:active  {
	color: #66CC00;
	text-decoration: none;
}
#top a:hover {
	color: #FF3300;
	text-decoration: none;
}

/* content */
#content {
	text-align: justify;
}
#content h1 {
	font-size: 1.3em;
	font-weight: bold;
	margin: 0px 0px 10px;
	font-variant: small-caps;
	color: #CC99FF;
	letter-spacing: .2em;
}
#content h2 {
	font-size: 1.3em;
	font-weight: bold;
	margin-top: 0.8em;
	margin-bottom: 0.4em;
}
#content p {
	margin: 0px 0px 8px;
}
#content a, #content a:visited, #content a:active  {
	text-decoration: none;
	color: #FFFF00;
}
#content a:hover {
	color: #FFFF00;
	text-decoration: underline;
}
#content ul{
	list-style-type: circle;
	margin-top: 0px;
	margin-bottom: 10px;
}
#content li {
	margin-bottom: 2px;
}
#content blockquote {
	padding: 0 10px 0 8px;
	margin-left: 10px;
	border-left: 1px solid #C0C0C0;
}
#content .phototxt {
	text-align: left;
}
#content .rigaPari {
	background-color: trasparent;
}
#content .rigaDispari {
	background-color: #00376F;
}

/* footer */
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
}
#footer p {
	color: #FFCC00;
}
#footer a, #footer a:visited, #footer a:active  {
	text-decoration: none;
	color: #FFFF00;
}
#footer a:hover {
	color: #FFFF00;
	text-decoration: underline;
}

