.navlinks {
font-size: 12px;
line-height: 200%;
font-family: Arial,Helvetica,sans-serif;;
line-weight: bold;
font-style:normal
}
A:link {
text-decoration: none;
color:#ffffff;
}
A:visited {
text-decoration: none;
color:#ffffff;
}
A:active {
text-decoration: none;
color:#ffffff;
}
A:hover {
text-decoration: none; 
color:#000000;
}
A.navlinks:link {
text-decoration: none;
color:#ffffff;
}
A.navlinks:visited {
text-decoration: none;
color:#ffffff;
}
A.navlinks:active {
text-decoration: none;
color:#ffffff;
}
A.navlinks:hover {
text-decoration: none; 
color:#000000;
}

A.link2:link {
text-decoration: underline;
font-weight: bold;
color:#990166;
}
A.link2:visited {
text-decoration: underline;
font-weight: bold;
color:#990166;
}
A.link2:active {
text-decoration: underline;
font-weight: bold;
color:#990166;
}
A.link2:hover {
text-decoration: underline;
font-weight: bold; 
color:#990166;
}

hr {
  border: 0;
  width: 90%;
  color: #333333;
}

#flashcontent{
background-image: url(dinardo.jpg); 
background-repeat: no-repeat;
}


body {

	font-family: Verdana;
	color: #000000;
	background-image: url(images/bg.jpg);
	
}

.imgmargin {
margin: 5px 5px 5px 5px;
}