a:link, a:visited, a:active {
color:#741E1E;
border-bottom:0px;
text-decoration:none;
}
a:hover {
color:#000;
border-bottom:0px;
text-decoration:none;
}


body {
	font-family: arial;
	color: #575757;
	margin: 0;
        text-align: justify;
	font-size: 12px;
	background: #E0E0E0 url(ariana2.png) repeat-y;
}

b {
	font-family: arial;
	color: #575757;
}

i {
	font-family: arial;
	color: #575757;
}

h3 {
	font-family: palatino linotype;
	font-weight: bold;
        font-style: italic;
	font-size: 17px;
	padding-left: 10px;
	color: #741E1E;
}

h2 {
	font-family: palatino linotype;
	font-weight: bold;
        font-style: italic;
	font-size: 14px;
	padding-left: 10px;
	color: #000;
}


#navcontainer { width: 135px; }

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: arial;
font-size: 11px;
text-align: center;
}

#navcontainer a
{
display: block;
padding: 3px;
width: 135px;
background-color: #D8D8D8;
border-bottom: 0px;
}

#navcontainer a:link, #navlist a:visited
{
color: #741E1E;
text-decoration: none;
}

#navcontainer a:hover
{
background-image: url(ariana0.png);
color: #000;
}