/* background */ 
body {			background-color: #FFFFFF;	
				background-image: url(../jpg/aum.jpg);
				background-repeat: repeat;	
					}
														
/* divisions */


				
/* typography */		
p {				font-size: 11px;
				line-height: 13px;
				font-family: "helvetica neue", helvetica, arial, sans-serif;
				color: #330000;
				text-align: left;
					}

/* links */
						
a {				color: #808080;
				text-decoration: none;
					}

a:hover {		color: #808080;
				background-color: #FFEFE1;
				border-bottom: 1px dotted #FF4500;
					}
					



