/* Infinite Flowers 2009 */

body {
		 background-color: #f9d1f7;
		 padding: 0px;
		 margin: 0px;
		 font-size: 11px;
		 font-family:Arial,Verdana,sans-serif;
		 text-align: center;
		 color: black;
		 }

#wholepage {
			width: 190px;
			text-align:center;
			display: block;
			position: relative;
			overflow:auto;
			margin: 0px auto;
			}

h1 {color:brown; font-weight:bold;}
.describe{font-size:1.2em; color:brown;}
.red {color:red;}
.center {text-align:center;}
.home_photo {border: 2px dotted green; padding: 2px; margin: 5px 2px;}

/* Hyperlink Options */		
		
a:link {color: blue; text-decoration: none; font-family: Arial; font-weight: bold; font-size: 1.25em;}
a:visited {color: blue; text-decoration: none; font-family: Arial; font-weight: bold; font-size: 1.25em;}
a:hover {color: red; text-decoration: none; font-family: Arial; font-weight: bold; font-size: 1.25em;}
a:active {color: blue; text-decoration: none; font-family: Arial; font-weight: bold; font-size: 1.25em;}

/*footer*/
a.footer:link {color: blue; text-decoration: none; font-family: Arial; font-size:0.8em;}
a.footer:visited {color: blue; text-decoration: none; font-family: Arial; font-size:0.8em;}
a.footer:hover {color: red; text-decoration: none; font-family: Arial; font-size:0.8em;}
a.footer:active {color: blue; text-decoration: none; font-family: Arial;font-size:0.8em;}
