<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Text/CSS Stylesheet U of M Women's Rugby */
/* Special thanks to Ryan Struber, one of the closest and best friends I could ask for,
for his help in the sucess of this website and for his unwavering support of myself and
our friendship.*/
/* This CSS is an imitation of an official CSS Zen Garden design called "Lonely Flower"
by Mitja Ribic from Slovenia, whose code is released under the Creative Commons License. */

body{
	font-family: Tahoma, Georgia, Impact;
	background:#000066;
	margin:0;
	padding:0;
}

p{
	text-align:center;
	font: 14.4px Tahoma;
}


a:link{
	text-decoration: underline;
	color: #000066;}

a:visited{
	text-decoration: underline;
	color: #000066;}

a:hover{
	text-decoration: underline;
	color: #666666;}

a:active{}

.container{
	background-image:url(images/background.jpg);
	background-repeat:repeat-y;
	width:800px;
	margin:0 auto 0 auto;
	position:absolute;
	margin-left:50%;
	left:-400px;}
	
.header{
	float: left;
	width: 480px;
	height: 136px;
	position:relative;
	top:0px;
	left:49px;}

.logo img{
	float: right;
	width:152px;
	height:126px;
	position:relative;
	top:0px;
	left:-50px;
}

.hr1{
	float:left;
	width:474px;
	height:2px;
	position:relative;
	top:-10px;
	left:54px;
}

.hr{
	float: right;
	width:152px;
	height:2px;
	position:relative;
	top:-12px;
	left:-55px;
}


div.border img{
        display:block;
        position:relative;
        padding:5px;
        background:#FFF;
        }

div.content{
	width: 474px;
	float: left;
	position:relative;
	top: -10px;
	left: 52px;}


div.faq{
	font-family: Tahoma, Georgia, Impact;
	font-size: 14.3px;
	width: 474px;
	float: left;
	position: relative;
	top: -10px;
	left: 52px;
		
}

.faq:ul {
	list-style: circle;
	position: relative;
	left: 0px;
}
	
div.linklist{
    font-family: Tahoma, Georgia, Impact;
	font-size: 14.3px;
	width:150px;
	float:right;
	position:relative;
	left:90px;
	top: 10px;
}

ul{
	list-style-image:url(images/bullet.jpg);
}

a {
	text-decoration: none;
}

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #686868;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: 13px Tahoma;
letter-spacing: 3px;
line-height: 1.1em;
color: white;
padding: 10px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #686868;
padding: 5px;
z-index: 5;
}</pre></body></html>