div#container {
  width: 944px;
   position: relative;
   margin-top: 0px;
   margin-left: auto;
   margin-right: auto;
   text-align: left;
}
body {
	text-align: center;
	margin: 0;
}
a {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:active {
	color: #FFFFFF;
}
a.linkstyle:link {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a.linkstyle:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a.linkstyle:active {
	color: #FFFF00;
	font-weight: bold;
	text-decoration: none;
}
a.linkstyle:hover {
	color: #FFFF00;
	font-weight: bold;
	text-decoration: none;
}
.style2 {
	color: #FF0000;
	text-decoration: underline;
}
.style3 {
	color: #000099;
        font-size: small;
    }
.style4 {
	font-size: large;
}
