@charset "utf-8";
/* CSS Document */
#container {
  width: 1285px;
  margin: 0 auto;
  border: 1px solid #000000;
  text-align: left;
}
body {
	background-color: #310566;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #FF9;
}
a:link {
	color: #FF9;
}
a:visited {
	color: #C6F;
}
.smalltext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #680CDA;
}
.smalltextYellow {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFC;
}.TableHeading {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #000;
	background-color: #96F;
}
.lsp-big {
    line-height: 2;
}
.pictureframe {
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	border-top-color: #C99;
	border-right-color: #63F;
	border-bottom-color: #CCF;
	border-left-color: #C99;
}
.announcementbox {
	height: 400px;
	width: 400px;
	border: medium inset #FCC;
}
