    	body {
    		font-family: Verdana, Helvetica, sans-serif;
    		margin-left: 60px;
    	}
    	
    	h1 {
    		font-size: 20px;
    		font-weight: bold;
    		color: #006600;
    		margin-left: -40px;
    	}
    	
    	h2 {
    		font-size: 14px;
    		color: #CC6600;
    		margin-left: -20px;
    	}

    	table {
    		font-size: 11px;
    		border: 0px;
    		background-color: #FFFFFF;
    	}
    	
    	tr.header {
    		padding: 2px;
    		background-color: #009933;
    	}
    	
    	th {
    		font-weight: normal;
    		text-align: left;
    	}
    	
    	tr.header td, tr.header th {
    		color: #FFFFFF;
    		font-size: 10px;
    		font-weight: bold;
    	}
    	
    	tr.odd  { background-color: #CCEECC;}
    	tr.even { background-color: #FFFFFF;}
    	
    	td {
    		text-align: center;
    		padding: 2px;
    	}
    	
    	td.totalpoints {
    		font-size: 12px;
    		font-weight: bold;
    	}
    	
    	p {
    		background-color: #DDDDDD;
    		border: 1px solid #000000;
    		padding: 5px;
    		font-size: 11px;
    		width: 500px;
    		text-align: center;
    	}

    	a { 
    		font-weight: bold; 
    		text-decoration: none;
    	}
    	
		a:link {
			color: #369;
		}

		a:visited {
			color: #69c;
		}

		a:hover, a:active {
			color: #c60;
		}
		
		a.quiet {
			font-weight: normal;
			text-decoration: nonel
		}
		
		a.quiet:link 		{ color: #000; }
		a.quiet:visited	{ color: #000; }
		a.quiet:hover		{ color: #666; }
		a.quiet:active	{ color: #CCC; }
		
		img {
			border: 1px solid #FFFFFF;
		}
		
