<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
   margin: 0px;
   padding: 0px;
}

p {
	text-align: justify;
	color: white;
	font-size: 17px;
	font-family: Verdana, Geneva, sans-serif;
}

h1 {
	color: #e75480;
	text-align: center;
	font-size: 25px;
	font-family: Verdana, Geneva, sans-serif;
}
h2 {
	color: white;
	text-align: center;
	font-size: 20px;
	font-family: Verdana, Geneva, sans-serif;
}
ul li{
	color: white;
	margin-left: 30px;
	font-family: Verdana, Geneva, sans-serif;
}
.floatLeft{
	float:left;
	margin-right: 5px;
	margin-bottom: 5px;
}
.fun_facts{	
	float:right;
	width:226px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #B6104F;
	padding: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	border-radius: 18px;
	background-color: #facade;
}
img#withBorder {
	border: 3px solid #e75480;
	border-radius: 15px;
	overflow: hidden;
}
a:link, a:visited{
	font-family: Verdana, Geneva, sans-serif;
	color: #facade;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;}

html {
	width: 100%;
	min-height: 100%;
	height: 100%;
	background-color: #facade;	
	padding: 0px;
	margin: 0px;
	position: relative;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 17px;
}

body {
	padding: 0px;
	margin: 0px;
	width: 100%;
	min-height: 100%;
	height: 100%;
	position: relative;
	font-family: Verdana, Geneva, sans-serif;
}

div.wrapper {
	padding: 0px;
	margin: 0 auto;
	height: auto;
	min-height: 100%;
	width: 796px;
	background-color: #522D24;
	overflow: hidden;
}

div#content {
	width: 460px;
	height: 100%;
	margin-top:10px;
	min-height: 500px;
	margin-left: 15px;
	float: left;
	text-align: justify;
}

h2#rightTab {
	background-color: #e75480;
	font-weight: bold;
	font-size: 28px;
	color: white;
	text-align: center;
}

div#rightTab {
	width: 292px;
	min-height: 500px;
	background-color: green;
	margin-left:485px;
	position: fixed;
	margin-top: 40px;
	border-radius: 17px;
	background-color: #facade;
	border: 3px solid #e75480;
	overflow: hidden;
}

p#name{
	text-align: center; 
	color: #e75480; 
	font-size: 30px;
	padding-bottom: 10px;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
}
p#title{
	text-align: center; 
	color: white;
	font-weight: bold; 
	font-style: italic; 
	font-size: 20px;
	padding-bottom: 15px;
	font-family: Verdana, Geneva, sans-serif;
}
img#member{ border: 3px solid #e75480; border-radius: 18px; }
p#email{ text-align: center; }
div#name{
	position: relative; 
	float: right; 
	height: 150px; 
	width: 300px; 
	padding-top: 20px;
}
div#pic{
	position: relative; 
	width: 156px; 
	height: 156px;
	margin-top: 15px;
	border-radius: 180px;
}

/*-----------------------------------------------------------------------------------*/
/*  navigation                                                                       */
/*-----------------------------------------------------------------------------------*/

div#nav{
	/*background: #facade url(images/nav_bg.jpg) no-repeat;*/
	position: relative;

}
div#nav ul{
	width: 870px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	list-style-type: none;
	font-family: Times New Roman, Helvetica, sans-serif;
	font-size: 18px;
	/*background-color: #FFFFFF;*/
	/*background-image: url(images/nav_rnd_edges_top.jpg);*/
	background-repeat: no-repeat;
	background-position: left top;
}

div#nav li { margin: 0 0 3px 0; position: relative; float: left; }

div#nav a{
	display: block;
	padding: 0px 4.2px;
	text-align: center;
	border-right: 1px solid white;
	width: 150px;
	height: 28px;
	font-weight: bold;
	background-color: #e75480;
	background-image: url(images/l1_down.gif);
	font-family: font-family: Verdana, Geneva, sans-serif;
    font-size: 20px;
}

div#navlist{
	margin: 0px;
	padding: 0px;
}

div#nav a:link, #navlist a:visited{
	color: #ffffff;
	text-decoration: none;
}

div#nav a:hover{
	background-color: #fff;
	color: #e75480;
}

#navlist #active a:link, #navlist #active a:visited, #navlist #active a:hover{
	color: #522D24;
	border: 1px solid #fff;
	background-color: #f1b5bd;
	background-image: url(images/l1_over.gif);
}

#navlist #updates a:link, #navlist #updates a:visited, #navlist #updates a:hover, #navlist #updates li{
	color: #522D24;
	border: none;
	background-color: #ffffff;
	background-image: none;
	margin: 0px;
	padding: 0px;
}</pre></body></html>