body {
	background: #FFF url(./images/backgi.jpg) repeat-y ;
	font: 17px "Bookman Old Style", "Book Antiqua", "Times New Roman", Times, serif ;
	margin: 0 ;
	}
div.welcomebox { 
	position: relative ;
	background : #E5E5E5; 
	text-align : left; 
	padding : 4pt 10pt ; 
	border : thick double;  
	}
div.leftmargin {
	position: absolute ;
	left: 0 ;
	top: 0 ;
	width: 128px ;
	text-align: center ;
	padding-top: 25px ;
	}
div.textcolumn {
	position: absolute ;
	left: 129px ;
	width: 70% ;
	top: 0 ;
	padding-top: 25px ;
	margin-left : 45px ;
	}
div.credits {
	text-align : center ;
	font-style : italic ;
	font-size : smaller ;
	}
li { 
	margin-bottom : 12pt ;
	}

p.text { 
	text-indent : 1em ;
	}
p.center {
	text-align : center ;
	}
h1 {
	text-align : center ;
	text-transform : capitalize ;
	font-family : "Verdana" ;
	}
h2 {
	text-align : center ;
	}
ul.indent { 
	margin-left : 8em; 
	list-style-type : disc; 
	list-style-position : outside;
	}

td {
    font-family: Arial, serif;
    font-size: 10pt;
    }

table.invisible {
    border: 0;
    }

table.msg {
    background-color: #dddddd;
    }

.roster {
    border: 0px;
    cellspacing: 0;
    cellpadding: 0;
    }

.admin {
    text-align: center;
    font-size: 8pt;
    color: red; 
    background-color: #ffa3a3;
    }

.pagetitle {
    text-align: center;
    font-family: Arial, serif;
    font-size: 14pt;
    } 
/*added material is below*/

a 	{
	text-decoration: none;
	}
ul#mainnav {
	margin-left : 0; 
	list-style: none;
	padding-left : 0;
	}
ul#mainnav li a:link {
	font: bold 20px "Bookman Old Style", "Book Antiqua", "Times New Roman", Times, serif;
	color: white;
	}
ul#mainnav li a:visited {
	font: bold 20px "Bookman Old Style", "Book Antiqua", "Times New Roman", Times, serif;
	color: #E5E5E5;
	}

ul#mainnav li a:hover {
	color: blue;
	}

ul.questions { 
	margin-left : 8em; 
	list-style-type : none; 
	list-style-position : outside;
	}
ul.questions li {
	margin-bottom: 0pt;
     }