﻿.auto-style1 {
	text-align: center;
}
.auto-style2 {
	text-align: center;
	font-size: medium;
	font-family: Arial;
	color: #777777;
	font-weight:bold
}

img{
border: 1px solid black;
}

a:link {
  color: #777777;
  background-color: transparent;
  text-decoration: none;
}
a:visited {
  color: #777777;
  background-color: transparent;
  text-decoration: none;
}
a:hover {
  color: #ff0000;
  background-color: transparent;
  text-decoration: underline;
}
a:active {
  color: #008000;
  background-color: transparent;
  text-decoration: underline;
}
