/**
 * This is the CSS file for all the U-Files web pages.
 */

body {
	margin: 0em 30px 2em 75px;
	font-family: sans-serif;
	color: black;
	background: #eef;
	background-position: 10px 1em;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-image: url(images/ufilesbkimg.gif);
}

h1, h2, h3, h4, h5, h6 {
	color: #639;
}

h1.banner { 
	font-variant: small-caps; 
	text-align: right; 
	background: #ffffcc; 
	margin-bottom: 0em;
}
.menu {
	background: #663399; 
	text-align: center; 
	color: white;
	font-weight: bold;
	font-size: 90%;
	padding: 1px;
}

strong {
	color: #629; 
	font-variant: small-caps; 
	font-weight: bold;
	font-size: 120%;
}

.smaller {
	font-size: 80%;
}

/*
a:link.menu { 
	color: white; 
}
*/

a:hover { 
	background: #ffffcc; 
	color: black; 
}

td {
	font-size: 80%;
}

th {
	font-size: 80%;
}
