/* CSS Rules that site needs that aren't provided from math or UC */

/* From www.canterbury.ac.nz for polaroid looking pics, look in source for usage.
   Image dimensions must be 125x102, border=0. Can have text below.
*/
p.monospaced {
	font-family: monospace;
}

pre.largertext {
	font-size: 8pt !important;
}

/* From tutorial:  http://www.cs.tut.fi/~jkorpela/www/captions.html */
table.image caption { font-size: 90%;
                font-family: Verdana, Arial, sans-serif;
                text-align: center; }

/* Template backgrounds */

#banner {
	background-image: url('/MARG/includes/images/marg_header.png');
	}



