/* CSS Document */

	body {
		text-align: center;
		font-family:"Courier New", Courier, monospace;
		margin-top:25px;
	}

        .highlight {
                color: red;
        }

        a {
	        color:#0000FF;
	        text-decoration:none;
        }	

        a:visited {
	        color:#0000FF;
        }
	
        a:hover, a:active {
	        color:#0000FF;
	        background:#CCCCCC;
        }
		
		ul {
			list-style:none;
			font-family:"Courier New", Courier, monospace;
			font-size:12px;
		}
		
		li {
			display:inline;
		}

