
/* University of Adelaide - leinweber StyleSheet
*/



body, table {
	color: #456;
        }

body {
       	margin: 10px;
	background-image: url('/cssm/global/images/gradient.gif');
	background-attachment: fixed;
	background-position: top;
	background-repeat: repeat-x;
        background-color: #E0E6ED
        }

p, li {
    	line-height: 20px;
        }



h3 {
	color: #036;
	margin-top: 10px;
	margin-bottom: 5px;
        text-decoration: none;
	font-size: 100%;
	font-weight: bold;
	}


	
a.toplinks {
	color: #036;
	font-weight: bold;
	text-decoration: none;
	}
a.toplinks:active, a.toplinks:hover { 
	color: #036;
	text-decoration: underline;
	}
