a {
	color: #990000;
	background-color: #FFFFFF;
 	text-decoration: none;
	font-weight: normal;
	
}

a:hover {
	color: #990000;
	background-color: #FFCC00;
	text-decoration: none;

}

h2 {
	font-size: 16pt;
	color: #990000;
	background-color: #FFFFFF;

}

ul.square {
	list-style-type: square;	
	margin-left: 2em;
	padding-left: 0;
	
}

ul.disc {
	margin-left: 1em; 
	padding-left: 0;
	list-style: disc;
	color: #990000;
}

ol {
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 2em;
	padding-left: 0; 

}

li.square {
	margin-bottom: 10px;	

}

li.number {
	margin-bottom: 10px;

}

th {
	padding: 8px;
	background-color: #FFCCCC;
	border: thin solid #990000;
	text-align: center;

}

body {
	background-repeat: no-repeat;
	background-position: left bottom;
	background-image: url(background.jpg);
	background-attachment: fixed;
	font-family: verdana, sans-serif, arial;
	font-size: 10pt;

}

.text {
      background-color: #FFCCCC;
	color: #000000;
      padding: 5px;
      width: 90%;
      text-align: center;
	font-size: 10pt;
	font-weight: normal;
	font-family: verdana;
      border: thin solid #990000;

}

.announcement {
      background-color: #FFFF99;
	color: #000000;
      padding: 5px;
      width: 60%;
      text-align: center;
	font-weight: normal;
	font-family: verdana;
      border: thin solid #FFCC00;

}

.smalltabletext {
	font-size: 8pt;
	font-weight: normal;
	font-family: verdana;
}