﻿.style1 {
	border-style: solid;
	border-width: 0px;
	text-align: center;
}
.style2 {
	text-align: center;
}
.style3 {
	font-family: Verdana;
}
.style4 {
	font-size: xx-small;
}
.style5 {
	font-family: Verdana;
	font-size: xx-small;
}
A:link {
  color: #FFC20D; 
  text-decoration: none; 
  background: none;}/*normal links in the text*/
A:visited {
  color: #FFC20D; 
  text-decoration: none; 
  background: none;}
A:hover { /*this effect is not shown in NN4.xx*/
  color: Red; 
  text-decoration: none; 
  background: none;}
A:active {/*colour in NN4.xx is red*/ 
  color: Red; 
  text-decoration: none; 
  background: none;}