/* CSS DEFINITIONS FOR StMARYs-UPTON MAIN PAGE LAYOUT (WHITE) */

#wholepage	{
	background-color:white;
}

#tl	{
	background-image: url(img/stmu-logo.jpg);
	background-repeat: no-repeat;
	background-position: center right;
}

#ml	{
	background-color: white;
}

.lnk	{
	color: black;
	text-decoration: none;
	}
	
.lnk a	{
	color: black;
	text-decoration: none;
	}
	
.lnk:hover {
	color:white;
	background-color:#993333;
	text-decoration: none;
	}
