A:link.internal 
{
	color: black;
  text-decoration: underline;
  font-weight: bold;
}

A:link 
{
	color: #BE0F1C;
  text-decoration: none;
  font-weight: bold;
}

A:visited 
{
	color: #BE0F1C;
  text-decoration: none;
  font-weight: bold;
}

A:hover
{
	color: #BE0F1C;
  text-decoration: underline;
  font-weight: bold;
}

A:visited 
{
	color: #696969;
	text-decoration: underline;
	font-weight: bold;
}

A:active 
{
	color: #EB6D25;
  text-decoration: none;
}

A:hover 
{
	color: #EB6D25;
  text-decoration: underline;
}


body 
{
	font-size: 0.9em; 
	font-family: serif;
  width: 600px;
	margin-left:50px;
	margin-right:50px;
	background-color: #FFDEAD;

}

font.large
{
	font-size:1.5em;
}

font.xlarge
{
	font-size:2em;
}

